Freigeben über


EndpointSummaryAttribute Klasse

Definition

Gibt eine Zusammenfassung in Metadataan.

[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
Vererbung
EndpointSummaryAttribute
Attribute
Implementiert

Konstruktoren

EndpointSummaryAttribute(String)

Initialisiert eine Instanz der EndpointSummaryAttribute-Klasse.

Eigenschaften

Summary

Ruft die dem Endpunkt zugeordnete Zusammenfassung ab.

Methoden

ToString()

Gibt eine Zusammenfassung in Metadataan.

Gilt für: