EndpointSummaryAttribute Classe

Definizione

Specifica un riepilogo in Metadata.

[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false, Inherited=false)]
public sealed class EndpointSummaryAttribute : Attribute, Microsoft.AspNetCore.Http.Metadata.IEndpointSummaryMetadata
[<System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false, Inherited=false)>]
type EndpointSummaryAttribute = class
    inherit Attribute
    interface IEndpointSummaryMetadata
Public NotInheritable Class EndpointSummaryAttribute
Inherits Attribute
Implements IEndpointSummaryMetadata
Ereditarietà
EndpointSummaryAttribute
Attributi
Implementazioni

Costruttori

EndpointSummaryAttribute(String)

Inizializza un'istanza della classe EndpointSummaryAttribute.

Proprietà

Summary

Ottiene il riepilogo associato all'endpoint.

Metodi

ToString()

Specifica un riepilogo in Metadata.

Si applica a