HttpRequestWrapper.UserAgent 属性
定义
获取客户端的完整用户代理字符串。Gets the complete user-agent string of the client.
public:
virtual property System::String ^ UserAgent { System::String ^ get(); };
public override string UserAgent { get; }
member this.UserAgent : string
Public Overrides ReadOnly Property UserAgent As String
属性值
客户端的完整用户代理字符串。The complete user-agent string of the client.