HttpCapabilitiesBase.HasBackButton Property

 

Gets a value indicating whether the browser has a dedicated Back button.

Namespace:   System.Web.Configuration
Assembly:  System.Web (in System.Web.dll)

abstract HasBackButton : bool with get
override HasBackButton : bool with get

Property Value

Type: System.Boolean

true if the browser has a dedicated Back button; otherwise, false. The default is true.

If false, a link control might be necessary when a Back button is not available.

The following code example shows how to determine whether the browser has a dedicated Back button.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: