Język

EndpointSummaryAttribute Klasa

Definicja

Określa podsumowanie w pliku 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
Dziedziczenie
EndpointSummaryAttribute
Atrybuty
Implementuje

Konstruktory

Nazwa Opis
EndpointSummaryAttribute(String)

Inicjuje wystąpienie klasy EndpointSummaryAttribute.

Właściwości

Nazwa Opis
Summary

Pobiera podsumowanie skojarzone z punktem końcowym.

Metody

Nazwa Opis
ToString()

Określa podsumowanie w pliku Metadata.

Dotyczy