EndpointSummaryAttribute 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在 中 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
- 屬性
- 實作
建構函式
EndpointSummaryAttribute(String) |
初始化 EndpointSummaryAttribute 的執行個體。 |
屬性
Summary |
取得與端點相關聯的摘要。 |
方法
ToString() |
在 中 Metadata 指定摘要。 |