EndpointSummaryAttribute 類別

定義

在 中 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
繼承
EndpointSummaryAttribute
屬性
實作

建構函式

名稱 Description
EndpointSummaryAttribute(String)

初始化 EndpointSummaryAttribute 的執行個體。

屬性

名稱 Description
Summary

取得與端點相關聯的摘要。

方法

名稱 Description
ToString()

在 中 Metadata 指定摘要。

適用於