ExcludeFromDescriptionAttribute Sınıf
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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 |
Yöntemler
ToString() |
Bunun Endpoint oluşturulan API meta verilerine dahil edilmemesi gerektiğini gösterir. |