NonActionAttribute Klasse

Definition

Gibt an, dass eine Controllermethode keine Aktionsmethode ist.

public ref class NonActionAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)]
public sealed class NonActionAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)>]
type NonActionAttribute = class
    inherit Attribute
Public NotInheritable Class NonActionAttribute
Inherits Attribute
Vererbung
NonActionAttribute
Attribute

Konstruktoren

NonActionAttribute()

Gibt an, dass eine Controllermethode keine Aktionsmethode ist.

Gilt für: