HttpContent 转换 (String to HttpContent)
将字符串内容隐式转换为HttpContent对象,使用UTF-8编码。
命名空间: TouchSocket.Http程序集: TouchSocket.Http (在 TouchSocket.Http.dll 中) 版本:4.0.0-beta.143+5fcca7a4e70968794985dc3793adc50531308be6
public static implicit operator HttpContent (
string content
)
Public Shared Widening Operator CType (
content As String
) As HttpContent
F# does not support the declaration of new casting operators.
- content String
- 要转换的字符串内容。
HttpContent一个新的StringHttpContent对象。