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