ExcludeFromDescriptionAttribute 클래스

정의

생성된 API 메타데이터에 포함해서는 안 됨 Endpoint 을 나타냅니다.

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Delegate | System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)]
public sealed class ExcludeFromDescriptionAttribute : Attribute, Microsoft.AspNetCore.Routing.IExcludeFromDescriptionMetadata
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Delegate | System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)>]
type ExcludeFromDescriptionAttribute = class
    inherit Attribute
    interface IExcludeFromDescriptionMetadata
Public NotInheritable Class ExcludeFromDescriptionAttribute
Inherits Attribute
Implements IExcludeFromDescriptionMetadata
상속
ExcludeFromDescriptionAttribute
특성
구현

생성자

ExcludeFromDescriptionAttribute()

생성된 API 메타데이터에 포함해서는 안 됨 Endpoint 을 나타냅니다.

속성

ExcludeFromDescription

이 엔드포인트에 대해 OpenAPI 데이터를 제외해야 하는지 여부를 나타내는 값을 가져옵니다. 이면 trueAPI 메타데이터가 내보내지지 않습니다.

메서드

ToString()

생성된 API 메타데이터에 포함해서는 안 됨 Endpoint 을 나타냅니다.

적용 대상