ITemplateable Interface

 
Note: This API is now obsolete.

Acts as a marker interface, and has no members of any kind. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.

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

[<ObsoleteAttribute("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")>]
[<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand,
    Level = AspNetHostingPermissionLevel.Minimal)>]
[<AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand,
    Level = AspNetHostingPermissionLevel.Minimal)>]
type ITemplateable = interface end

Implemented by all ASP.NET mobile controls that support template sets.

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.

.NET Framework
Available since 1.1

System.Web.UI.MobileControls Namespace
Template Sets and Templated Controls
Device Template Support

Return to top
Show: