RemoteAttributeBase.HttpMethod 属性

定义

获取或设置 ("Get""Post") 客户端在发送验证请求时应使用的 HTTP 方法。

public:
 property System::String ^ HttpMethod { System::String ^ get(); void set(System::String ^ value); };
public string HttpMethod { get; set; }
public string? HttpMethod { get; set; }
member this.HttpMethod : string with get, set
Public Property HttpMethod As String

属性值

适用于