HttpBrowserCapabilitiesWrapper::MobileDeviceModel Property

 

Gets the model name of a mobile device, if known.

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

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

Property Value

Type: System::String^

The model name of a mobile device, if known. The default is "Unknown".

.NET Framework
Available since 3.5
Return to top
Show: