Share via


AnalyzeMode Property

Sets or returns whether the writer is in analyze mode.

public bool AnalyzeMode {
   get;
   set;
}

Remarks

WML rendering is done in two phases. In the first phase, all calls to the renderer are analyzed for correctness. In the second phase, the rendering is performed.

See Also

Applies to: WmlMobileTextWriter Class