WebFormsReferenceManager::GetTagPrefix Method (Type^)

 

Gets the tag prefix for the specified object type.

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

public:
virtual String^ GetTagPrefix(
	Type^ objectType
) abstract

Parameters

objectType
Type: System::Type^

The type of the object.

Return Value

Type: System::String^

The tag prefix for the specified object type, if found; otherwise, null.

.NET Framework
Available since 2.0
Return to top
Show: