Sdílet prostřednictvím


EndpointDescriptionAttribute Třída

Definice

Určuje popis koncového bodu v 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
Dědičnost
EndpointDescriptionAttribute
Atributy
Implementuje

Poznámky

Specifikace OpenAPI podporuje atribut description pro operace a parametry, které lze použít k přidávání poznámek ke koncovým bodům pomocí podrobných víceřádkových popisovačů jejich chování.

Konstruktory

EndpointDescriptionAttribute(String)

Inicializuje instanci objektu EndpointDescriptionAttribute.

Vlastnosti

Description

Získá popis přidružený ke koncovému bodu.

Metody

ToString()

Určuje popis koncového bodu v Metadata.

Platí pro