The BackButton type exposes the following members.

Constructors

  NameDescription
BackButton
Initializes a new instance of the BackButton class

Methods

  NameDescription
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

  NameDescription
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.

See Also