getPathHref
Converts the specified path into a valid
hrefvalue.
getPathHref(target?: NavigationTarget): string | undefined
Notes
- This method is also used by the
UIButtonrenderer to set thehrefattribute for buttons that are rendered as anchor elements.
Related
- class WebHistoryNavigationControllerA class that manages the application navigation path using the DOM history API.
