RemoteAttribute.HttpMethod 属性

定义

获取或设置用于远程验证的 HTTP 方法。

public string HttpMethod { get; set; }
member this.HttpMethod : string with get, set
Public Property HttpMethod As String

属性值

用于远程验证的 HTTP 方法。 默认值为“Get”。

适用于