The BackButton type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| BackButton | Initializes a new instance of the BackButton class |
Methods
| Name | Description | |
|---|---|---|
| EnsureNavigateUrl |
Ensures that the NavigateUrl has been initialized
| |
| GoBack |
Navigates back to the page that referred to the current page.
| |
| OnLoad |
Raises the Load event.
(Overrides Control..::.OnLoad(EventArgs).) | |
| Render |
Renders the control to the specified HTML writer.
(Overrides WebControl..::.Render(HtmlTextWriter).) |
Properties
| Name | Description | |
|---|---|---|
| BackModule |
Gets or sets the module that the back button will navigate to.
| |
| BackToPage |
Gets the ManagedPage that is represented by the Url that we will be navigating back to.
| |
| ButtonAppearance |
Gets or sets the button appearance.
| |
| DefaultBackModule |
Gets or sets the default back module.
| |
| ExcludeModule |
Sets a value that indicates that the given module should never appear as a BackModule.
This is needed to prevent cyclic navigation.
| |
| NavigateUrl |
Gets or sets the URL to link to when the HyperLink control is clicked.
|
