DefaultStatusCodeAttribute 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
와 연결된 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
- 상속
-
DefaultStatusCodeAttribute
- 특성
설명
이 특성은 정보 전용이며 런타임에 영향을 주지 않습니다. 클래스에 특성을 적용하면 해당 클래스가 나타내는 가 기본적으로 특정 상태 코드를 사용한다는 것을 나타냅니다ActionResult. 특성을 메서드에 적용하면 메서드에서 반환된 가 기본적으로 해당 상태 코드를 사용한다는 것을 나타냅니다ActionResult. 나중에 메서드가 논리에서 기본적으로 사용하는 상태 코드를 ActionResult 수정하거나 API 분석기에서 사용할 상태 코드를 지정하도록 지정해야 하는 시나리오에서 유용합니다.
생성자
DefaultStatusCodeAttribute(Int32) |
DefaultStatusCodeAttribute의 새 인스턴스를 초기화합니다. |
속성
StatusCode |
기본 상태 코드를 가져옵니다. |