HttpBrowserCapabilitiesBase.RequiresOutputOptimization Property

Definition

When overridden in a derived class, 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 virtual bool RequiresOutputOptimization { get; }
member this.RequiresOutputOptimization : bool
Public Overridable 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.

Exceptions

Applies to