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

与终结点或参数关联的说明。

适用于