Helper class for URL manipulation, specifically for generating relative URIs.
Methods
public staticstringGetRelativeUrl(string filePath, int nestingLevel)#
Gets a relative URI based on the provided file name and the nesting level of the current page.
The nesting level determines how many directory levels to go up in the URL before accessing the file.