Share via


WebPageRenderingBase.IsAjax Property

Namespace:  System.Web.WebPages
Assembly:  System.Web.WebPages (in System.Web.WebPages.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property IsAjax As Boolean 
    Get
'Usage
Dim instance As WebPageRenderingBase 
Dim value As Boolean 

value = instance.IsAjax
public virtual bool IsAjax { get; }
public:
virtual property bool IsAjax {
    bool get ();
}
abstract IsAjax : bool 
override IsAjax : bool
function get IsAjax () : boolean

Property Value

Type: System.Boolean

See Also

Reference

WebPageRenderingBase Class

System.Web.WebPages Namespace