BaseValidator.RenderUplevel Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates whether the client's browser supports "uplevel" rendering.
protected:
property bool RenderUplevel { bool get(); };
protected bool RenderUplevel { get; }
member this.RenderUplevel : bool
Protected ReadOnly Property RenderUplevel As Boolean
Property Value
true
if the browser supports "uplevel" rendering; otherwise, false
.
Remarks
Use the RenderUplevel property to determine whether the client's browser supports "uplevel" rendering. For a browser to support "uplevel" rendering, it must support Microsoft Internet Explorer Document Object Model (DOM) version 4 or later and ECMAScript version 1.2 or later.
Note
This property is used primarily by control developers.