Aracılığıyla paylaş


ExcludeFromDescriptionAttribute Sınıf

Tanım

Bunun Endpoint oluşturulan API meta verilerine dahil edilmemesi gerektiğini gösterir.

[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
Devralma
ExcludeFromDescriptionAttribute
Öznitelikler
Uygulamalar

Oluşturucular

ExcludeFromDescriptionAttribute()

Bunun Endpoint oluşturulan API meta verilerine dahil edilmemesi gerektiğini gösterir.

Özellikler

ExcludeFromDescription

Bu uç nokta için OpenAPI verilerinin dışlanıp dışlanmayacağını belirten bir değer alır. ise trueAPI meta verileri gösterilmez.

Yöntemler

ToString()

Bunun Endpoint oluşturulan API meta verilerine dahil edilmemesi gerektiğini gösterir.

Şunlara uygulanır