AspNetWebSocketContext.UserLanguages 属性
定义
获取远程客户端的语言首选项的集合。Gets the collection of language preferences for the remote client.
public:
virtual property cli::array <System::String ^> ^ UserLanguages { cli::array <System::String ^> ^ get(); };
public virtual string[] UserLanguages { get; }
member this.UserLanguages : string[]
Public Overridable ReadOnly Property UserLanguages As String()
属性值
- String[]
客户端语言首选项。The client language preferences.
例外
未实现该属性。The property is not implemented.