Gets or sets the content type of the current HTTP request.
命名空间: Microsoft.SharePoint.Client
程序集: Microsoft.SharePoint.Client.Runtime(位于 Microsoft.SharePoint.Client.Runtime.dll 中)
语法
声明
Public MustOverride Property RequestContentType As String
Get
Set
用法
Dim instance As WebRequestExecutor
Dim value As String
value = instance.RequestContentType
instance.RequestContentType = value
public abstract string RequestContentType { get; set; }
属性值
类型:System.String
The content type of the current HTTP request.