EndpointSummaryAttribute Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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. |