EndpointDescriptionAttribute Класс

Определение

Задает описание конечной точки в Metadata.

[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
Наследование
EndpointDescriptionAttribute
Атрибуты
Реализации

Комментарии

Спецификация OpenAPI поддерживает атрибут описания для операций и параметров, который можно использовать для заметок конечных точек с подробными многострочные дескрипторы их поведения.

Конструкторы

EndpointDescriptionAttribute(String)

Инициализирует экземпляр класса EndpointDescriptionAttribute.

Свойства

Description

Возвращает описание, связанное с конечной точкой.

Методы

ToString()

Задает описание конечной точки в Metadata.

Применяется к