HelperPage.Href(String, Object[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Builds an absolute URL from an application-relative URL by using the specified parameters.
public static string Href (string path, params object[] pathParts);
static member Href : string * obj[] -> string
Public Shared Function Href (path As String, ParamArray pathParts As Object()) As String
Parameters
- path
- String
The initial path to use in the URL.
- pathParts
- Object[]
Additional path information, such as folders and subfolders.
Returns
The absolute URL.