IUserControlTypeResolutionService Interface
.NET Framework (current version)
Defines the method a class must implement to return a control's type for a specified tag prefix and tag name.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | GetType(String^, String^) | Retrieves a type based on a parsed ASP.NET tag prefix and the name of the tag. |
Page developers and control authors do not use the IUserControlTypeResolutionService interface. The IUserControlTypeResolutionService interface is implemented by tool developers to return the Type of a control identified by a tag prefix and tag name.
.NET Framework
Available since 2.0
Available since 2.0
Show:
