NonControllerAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates that the type and any derived types that this attribute is applied to is not considered a controller by the default controller discovery mechanism.
public ref class NonControllerAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)]
public sealed class NonControllerAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)>]
type NonControllerAttribute = class
inherit Attribute
Public NotInheritable Class NonControllerAttribute
Inherits Attribute
- Inheritance
-
NonControllerAttribute
- Attributes
Constructors
NonControllerAttribute() |