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
属性
実装

コンストラクター

名前 説明
EndpointSummaryAttribute(String)

EndpointSummaryAttribute のインスタンスを初期化します。

プロパティ

名前 説明
Summary

エンドポイントに関連付けられている概要を取得します。

メソッド

名前 説明
ToString()

Metadata概要を指定します。

適用対象