Creates controls for the specified Web Forms page.
Namespace: DevExpress.ExpressApp.Web
Assembly: DevExpress.ExpressApp.Web.v18.2.dll
public virtual void CreateControls(
Page page,
bool checkRequestParams
)
Public Overridable Sub CreateControls(
page As Page,
checkRequestParams As Boolean
)
Type | Name | Description |
---|---|---|
Page | page | A Page object, specifying the Web Forms page. |
Boolean | checkRequestParams | true when the request URL is checked against the current server state; otherwise - false; |