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