Enumeration PostBackModes
System.Object
  System.ValueType
    System.Enum
      Westwind.Web.PostBackModes
public sealed enum PostBackModes

Class Members

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

© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic