EndpointSummaryAttribute Classe

Définition

Spécifie un résumé dans 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
Héritage
EndpointSummaryAttribute
Attributs
Implémente

Constructeurs

EndpointSummaryAttribute(String)

Initialise une instance de la classe EndpointSummaryAttribute.

Propriétés

Summary

Obtient le résumé associé au point de terminaison.

Méthodes

ToString()

Spécifie un résumé dans Metadata.

S’applique à