MobileCapabilities.RequiresOutputOptimization Property

Definition

Gets a value indicating 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. The default is false.

Applies to