HelperPage.IsPost Property

Definition

Gets a value that indicates whether the current request is a post (submitted using the HTTP POST verb).

public static bool IsPost { get; }
member this.IsPost : bool
Public Shared ReadOnly Property IsPost As Boolean

Property Value

true if the HTTP verb is POST; otherwise, false.

Applies to