Enumeration PostBackModes
West Wind Web Toolkit for ASP.NET
 Enumeration PostBackModes
System.Object
  System.ValueType
    System.Enum
      Westwind.Web.PostBackModes
public sealed enum PostBackModes

Enumeration Values

MemberDescription
Get No POST data is posted back to the server
None
Post Only standard POST data is posted back - ASP.NET Post stuff left out
PostMethodParametersOnly Posts only the method parameters and nothing else
PostNoViewstate Posts back POST data but skips ViewState and EventTargets

Requirements

Namespace: Westwind.Web
Assembly: westwind.web.dll

Last Updated: 12/15/12 | © West Wind Technologies, 1996-2012
Comment or report problem with topic