WebFormsReferenceManager.GetType Method (String, String)

 

Gets the object type with the specified tag prefix and tag name.

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

Public MustOverride Function GetType (
	tagPrefix As String,
	tagName As String
) As Type

Parameters

tagPrefix
Type: System.String

The tag prefix of the type to retrieve.

tagName
Type: System.String

The tag name of the type to retrieve.

Return Value

Type: System.Type

The Type of the object with the specified tag prefix and name, if found; otherwise, null.

.NET Framework
Available since 2.0
Return to top
Show: