Bagikan melalui


DefaultStatusCodeAttribute Kelas

Definisi

Menentukan kode status default yang terkait dengan ActionResult.

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

Keterangan

Atribut ini hanya informasional dan tidak memiliki efek runtime. Menerapkan atribut pada kelas menunjukkan bahwa yang diwakili oleh kelas tersebut ActionResult menggunakan kode status tertentu secara default. Menerapkan atribut ke metode menunjukkan bahwa yang ActionResult dikembalikan oleh metode menggunakan kode status tersebut secara default. Nantinya berguna dalam skenario di mana kita perlu menentukan bahwa metode memodifikasi kode status yang ActionResult digunakan secara default dalam logikanya atau untuk menentukan kode status untuk konsumsi di penganalisis API.

Konstruktor

DefaultStatusCodeAttribute(Int32)

Menginisialisasi instans DefaultStatusCodeAttributebaru .

Properti

StatusCode

Mendapatkan kode status default.

Berlaku untuk