How to get a base url for Asp.Net Core Application in the Razor View Page


Problem: If you are working in Asp.Net Core application and would like to get the application Base Url to append a resource url like an image see solution below:

solution: @Url.Content("~/ResourceFile") #the outcome will be https://www.domainName/ResourceFile


If you log in, you will be notified when someone leaves a comment.

Other users would like to know if this solution helped you.


© 2023 - ErnesTech LLC- Privacy