CreateAlternateViewFromString

CreateAlternateViewFromString(string)

创建使用 字符串中指定的内容的AlternateView。

public static AlternateView CreateAlternateViewFromString(string content)
范围类型描述
contentString包含内容的字符串。

返回值

表示备用视图的 AlternateView 对象。

也可以看看


CreateAlternateViewFromString(string, Encoding, string)

创建使用 字符串中指定的内容的AlternateView。

public static AlternateView CreateAlternateViewFromString(string content, Encoding contentEncoding, 
    string mediaType)
范围类型描述
contentString包含内容的字符串。
contentEncodingEncoding内容编码。
mediaTypeString互联网媒体类型。

返回值

表示备用视图的 AlternateView 对象。

也可以看看


CreateAlternateViewFromString(string, ContentType)

创建使用 字符串中指定的内容的AlternateView。

public static AlternateView CreateAlternateViewFromString(string content, ContentType contentType)
范围类型描述
contentString包含内容的字符串。
contentTypeContentType内容类型。

返回值

表示备用视图的 AlternateView 对象。

也可以看看


CreateAlternateViewFromString(string, ContentType, TransferEncoding)

创建使用 字符串中指定的内容的AlternateView。

public static AlternateView CreateAlternateViewFromString(string content, ContentType contentType, 
    TransferEncoding transferencoding)
范围类型描述
contentString包含内容的字符串。
contentTypeContentType内容类型。
transferencodingTransferEncoding传输编码。

返回值

表示备用视图的 AlternateView 对象。

也可以看看