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

與端點或參數相關聯的描述。

適用於