Share via


IServerDocumentDesigner.AddCustomControlRegisterDirective Method

Namespace:  Microsoft.Web.Design.Server
Assembly:  Microsoft.Web.Design.Server (in Microsoft.Web.Design.Server.dll)

Syntax

'Declaration
Sub AddCustomControlRegisterDirective ( _
    tagPrefix As String, _
    tagNamespace As String, _
    tagAssembly As String _
)
'Usage
Dim instance As IServerDocumentDesigner
Dim tagPrefix As String
Dim tagNamespace As String
Dim tagAssembly As String

instance.AddCustomControlRegisterDirective(tagPrefix, _
    tagNamespace, tagAssembly)
void AddCustomControlRegisterDirective(
    string tagPrefix,
    string tagNamespace,
    string tagAssembly
)

Parameters

See Also

Reference

IServerDocumentDesigner Interface

IServerDocumentDesigner Members

Microsoft.Web.Design.Server Namespace