Bagikan melalui


EndpointDescriptionAttribute Kelas

Definisi

Menentukan deskripsi untuk titik akhir di 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
Warisan
EndpointDescriptionAttribute
Atribut
Penerapan

Keterangan

Spesifikasi OpenAPI mendukung atribut deskripsi tentang operasi dan parameter yang dapat digunakan untuk membuat anotasi titik akhir dengan deskriptor multibaris terperinci tentang perilaku mereka.

Konstruktor

EndpointDescriptionAttribute(String)

Menginisialisasi instans EndpointDescriptionAttribute.

Properti

Description

Mendapatkan deskripsi yang terkait dengan titik akhir.

Metode

ToString()

Menentukan deskripsi untuk titik akhir di Metadata.

Berlaku untuk