HttpBrowserCapabilitiesWrapper::Platform Property

 

Gets the name of the operating system that the client is using, if known.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
property String^ Platform {
	virtual String^ get() override;
}

Property Value

Type: System::String^

The operating system that the client is using, if known, otherwise the value is set to "Unknown".

.NET Framework
Available since 3.5
Return to top
Show: