WebFormsReferenceManager.GetTagPrefix Method
.NET Framework 3.0
Gets the tag prefix for the specified object type.
Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
public abstract String GetTagPrefix ( Type objectType )
public abstract function GetTagPrefix ( objectType : Type ) : String
Not applicable.
Parameters
- objectType
The type of the object.
Return Value
The tag prefix for the specified object type, if found; otherwise, a null reference (Nothing in Visual Basic).Community Additions
ADD
Show: