HttpCapabilitiesBase.RequiresOutputOptimization Property

 

Gets a value indicating whether the browser requires pages to contain a size-optimized form of markup language tags.

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

abstract RequiresOutputOptimization : bool with get
override RequiresOutputOptimization : bool with get

Property Value

Type: System.Boolean

true if the browser requires pages to contain a size-optimized form of markup language tags; otherwise, false. The default is false.

If true, server control adapters generate minimal output to reduce the size of the resulting page.

System_CAPS_noteNote

The RequiresOutputOptimization property returns true for i-mode–compatible browsers.

The following code example shows how to determine whether the browser requires pages to contain a size-optimized form of markup language tags.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: