IWebFormReferenceManager::GetTagPrefix Method (Type^)

 

Gets the tag prefix for the specified type of object.

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

String^ GetTagPrefix(
	Type^ objectType
)

Parameters

objectType
Type: System::Type^

The type of the object.

Return Value

Type: System::String^

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

System_CAPS_noteNote

The GetTagPrefix method is obsolete. Use the GetTagPrefix method on the WebFormsReferenceManager class for equivalent designer functionality.

.NET Framework
Available since 1.1
Return to top
Show: