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