HttpBrowserCapabilitiesWrapper.RequiresOutputOptimization Property

Definition

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

public:
 virtual property bool RequiresOutputOptimization { bool get(); };
public override bool RequiresOutputOptimization { get; }
member this.RequiresOutputOptimization : bool
Public Overrides ReadOnly Property RequiresOutputOptimization As Boolean

Property Value

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

Applies to