HelperPage.IsPost 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 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.