Gets a value that indicates whether the client supports partial-page rendering.
Syntax
CSharp
VisualBasic
ManagedCPlusPlus
JSharp
/** @property */
/** @property */
Value
Return Value
true if the client supports partial-page rendering; otherwise, false. The default value is true.
Remarks
If the EnablePartialRendering property is set to false, the SupportsPartialRendering property returns false.
The default check to determine whether partial-page rendering is supported returns true when the following conditions are met:
When the SupportsPartialRendering property is explicitly set, the above checks are not used.
Control developers should use the SupportsPartialRendering property to determine whether they should support partial-page rendering.
Exceptions
Assembly: System.Web.Extensions (Module: System.Web.Extensions)