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概要を指定します。

適用対象