SPHttpUserAgentAndMethodClassifier.HttpMethod 属性

获取请求相匹配的 HTTP 方法的名称。

命名空间:  Microsoft.SharePoint.Utilities
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public ReadOnly Property HttpMethod As String
    Get
用法
Dim instance As SPHttpUserAgentAndMethodClassifier
Dim value As String

value = instance.HttpMethod
public string HttpMethod { get; }

属性值

类型:System.String
HTTP 方法的名称。

备注

示例值包括"GET"、"放"和"发布"。

另请参阅

引用

SPHttpUserAgentAndMethodClassifier 类

SPHttpUserAgentAndMethodClassifier 成员

Microsoft.SharePoint.Utilities 命名空间