VirtualPathUtility.ToAbsolute method (1 of 3)
namespace: Serenity.Web assembly: Serenity.Net.Web
public static string ToAbsolute(HttpContext context, string contentPath)
See Also
- class VirtualPathUtility
VirtualPathUtility.ToAbsolute method (2 of 3)
namespace: Serenity.Web assembly: Serenity.Net.Web
public static string ToAbsolute(IHttpContextAccessor accessor, string contentPath)
See Also
- class VirtualPathUtility
VirtualPathUtility.ToAbsolute method (3 of 3)
namespace: Serenity.Web assembly: Serenity.Net.Web
public static string ToAbsolute(PathString pathBase, string path)
See Also
- class VirtualPathUtility