This documentation is archived and is not being maintained.

IWebFormReferenceManager.GetTagPrefix Method

Gets the tag prefix for the specified type of object.

[Visual Basic]
Function GetTagPrefix( _
   ByVal objectType As Type _
) As String
[C#]
string GetTagPrefix(
   Type objectType
);
[C++]
String* GetTagPrefix(
   Type* objectType
);
[JScript]
function GetTagPrefix(
   objectType : Type
) : String;

Parameters

objectType
The type of the object.

Return Value

The tag prefix for the specified object type, if it could be located.

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

.NET Framework Security: 

See Also

IWebFormReferenceManager Interface | IWebFormReferenceManager Members | System.Web.UI.Design Namespace

Show: