HttpBrowserCapabilitiesWrapper::PreferredRenderingType Property

 

Gets the general name for the type of content that the browser prefers.

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

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

Property Value

Type: System::String^

The values "html32" or "chtml10". The default is "html32".

.NET Framework
Available since 3.5
Return to top
Show: