Aracılığıyla paylaş


EndpointDescriptionAttribute Sınıf

Tanım

içindeki Metadatauç nokta için bir açıklama belirtir.

[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false, Inherited=false)]
public sealed class EndpointDescriptionAttribute : Attribute, Microsoft.AspNetCore.Http.Metadata.IEndpointDescriptionMetadata
[<System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false, Inherited=false)>]
type EndpointDescriptionAttribute = class
    inherit Attribute
    interface IEndpointDescriptionMetadata
Public NotInheritable Class EndpointDescriptionAttribute
Inherits Attribute
Implements IEndpointDescriptionMetadata
Devralma
EndpointDescriptionAttribute
Öznitelikler
Uygulamalar

Açıklamalar

OpenAPI belirtimi, işlemlerde ve parametrelerde, davranışlarına ilişkin ayrıntılı, çok satırlı tanımlayıcılarla uç noktalara açıklama eklemek için kullanılabilecek bir açıklama özniteliğini destekler.

Oluşturucular

EndpointDescriptionAttribute(String)

öğesinin bir örneğini EndpointDescriptionAttributebaşlatır.

Özellikler

Description

Uç noktayla ilişkili açıklamayı alır.

Yöntemler

ToString()

içindeki Metadatauç nokta için bir açıklama belirtir.

Şunlara uygulanır