  | FrontendControlFactoryIsPostBack Property  | 
 
 Gets or sets a value indicating whether this instance is post back.
 
 
    Namespace: 
   Dynamicweb.News.Common.Frontend
    Assembly:
   Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntaxpublic bool IsPostBack { get; set; }Public Property IsPostBack As Boolean
	Get
	Set
Property Value
Type: 
Booleantrue if this instance is post back; otherwise, 
false.
 
See Also