getPathHref
Converts the specified navigation target 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 WebHashNavigationControllerA class that manages the application navigation path using the DOM location ‘hash’ value.
