This documentation is archived and is not being maintained.
IWebFormReferenceManager.GetTagPrefix Method
.NET Framework 1.1
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:
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries From Partially Trusted Code
See Also
IWebFormReferenceManager Interface | IWebFormReferenceManager Members | System.Web.UI.Design Namespace
Show: