次の方法で共有


EndpointDescriptionAttribute(String) コンストラクター

定義

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

public EndpointDescriptionAttribute (string description);
new Microsoft.AspNetCore.Http.EndpointDescriptionAttribute : string -> Microsoft.AspNetCore.Http.EndpointDescriptionAttribute
Public Sub New (description As String)

パラメーター

description
String

エンドポイントまたはパラメーターに関連付けられている説明。

適用対象