Skip to content

Latest commit

 

History

History
57 lines (38 loc) · 1.38 KB

File metadata and controls

57 lines (38 loc) · 1.38 KB

VirtualPathUtility.ToAbsolute method (1 of 3)

namespace: Serenity.Web   assemblySerenity.Net.Web

Converts a path to absolute

public static string ToAbsolute(HttpContext context, string contentPath)
parameter description
context HTTP context
contentPath Content path

See Also


VirtualPathUtility.ToAbsolute method (2 of 3)

namespace: Serenity.Web   assemblySerenity.Net.Web

Converts a path to absolute

public static string ToAbsolute(IHttpContextAccessor accessor, string contentPath)
parameter description
accessor HTTP context accessor
contentPath Content path

See Also


VirtualPathUtility.ToAbsolute method (3 of 3)

namespace: Serenity.Web   assemblySerenity.Net.Web

Converts a path to absolute

public static string ToAbsolute(PathString pathBase, string path)
parameter description
pathBase Path base
path Content path

See Also