IUserControlTypeResolutionService Interface
.NET Framework 3.0
Defines the method a class must implement to return a control's type for a specified tag prefix and tag name.
Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
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.
- AspNetHostingPermission for operating in a hosted environment. Demand value: LinkDemand; Permission value: Minimal.
- AspNetHostingPermission for operating in a hosted environment. Demand value: InheritanceDemand; Permission value: Minimal.
Community Additions
ADD
Show: