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

Nome Descrizione
EndpointSummaryAttribute(String)

Inizializza un'istanza della classe EndpointSummaryAttribute.

Proprietà

Nome Descrizione
Summary

Ottiene il riepilogo associato all'endpoint.

Metodi

Nome Descrizione
ToString()

Specifica un riepilogo in Metadata.

Si applica a