IUserControlTypeResolutionService.GetType Method (String, String)
.NET Framework (current version)
Retrieves a type based on a parsed ASP.NET tag prefix and the name of the tag.
Assembly: System.Web (in System.Web.dll)
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.TypeA 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
Available since 2.0
Available since 2.0
Show: