GetLink(IExecutionState, NormalizedPath, string, NormalizedPath, bool, bool, bool) Method
Converts the path into a string appropriate for use as a link, overriding one or more settings from the configuration.

Syntax

public static string GetLink(this IExecutionState executionState, in NormalizedPath path, string host, in NormalizedPath root, bool useHttps, bool hideIndexPages, bool hideExtensions)

Parameters

Name Type Description
executionState IExecutionState The execution state.
path NormalizedPath The path to generate a link for.
host string The host to use for the link.
root NormalizedPath The root of the link. The value of this parameter is prepended to the path.
useHttps bool If set to true, HTTPS will be used as the scheme for the link.
hideIndexPages bool If set to true, index files will be hidden.
hideExtensions bool If set to true, extensions will be hidden.

Return Value

Type Description
string A string representation of the path suitable for a web link with the specified root and hidden file name or extension.