HyperLinkSettings.NavigateUrl Property
Gets or sets a URL which defines the navigation location for the editor’s hyperlink.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
String | A String value, specifying a URL, where the client web browser will navigate when a hyperlink in the editor is clicked. |
Remarks
Use the NavigateUrl property to specify a URL to which the client web browser navigates whenever the editor’s hyperlink is clicked. If the NavigateUrl property is assigned, the editor’s caption text serves as a link. If this property is set to an empty string (String.Empty) no navigation is performed when clicking on the editor’s text (or image).
See Also