This documentation is archived and is not being maintained.

IUserControlTypeResolutionService::GetType Method

Retrieves a type based on a parsed ASP.NET tag prefix and the name of the tag.

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

Type^ GetType(
	String^ tagPrefix, 
	String^ tagName
)

Parameters

tagPrefix
Type: System::String
The parsed prefix of an ASP.NET tag.
tagName
Type: System::String
The name of the parsed ASP.NET tag.

Return Value

Type: System::Type
A Type that represents the type of control the prefix and tag identify.

Designer environments implement this method to provide a way for ASP.NET parsers and designers to resolve user control types at design time.

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: