BuildProviderAppliesToAttribute Class
.NET Framework 3.0
Defines an attribute that specifies the scope where a build provider will be applied when a resource is located. This class cannot be inherited.
Namespace: System.Web.Compilation
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
[AttributeUsageAttribute(AttributeTargets::Class, AllowMultiple=false)] public ref class BuildProviderAppliesToAttribute sealed : public Attribute
/** @attribute AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple=false) */ public final class BuildProviderAppliesToAttribute extends Attribute
AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple=false) public final class BuildProviderAppliesToAttribute extends Attribute
Not applicable.
The BuildProvider class will parse and generate code during compilation for a resource with a specific file extension. The BuildProviderAppliesToAttribute attribute defines the location scope for which the BuildProvider object will be called.
By setting the BuildProviderAppliesToAttribute attribute, you can limit a BuildProvider object to certain reserved ASP.NET directories, such as \App_Code.
If you do not apply a BuildProviderAppliesToAttribute attribute to a BuildProvider class, the default is All.
- AspNetHostingPermission for operating in a hosted environment. Demand value: LinkDemand; Permission value: Minimal.
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: