Share via


WebPageRenderingBase.IsPost Property

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

Syntax

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

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

Property Value

Type: System.Boolean

See Also

Reference

WebPageRenderingBase Class

System.Web.WebPages Namespace