Referencing CSS Sheet in Aspx page with Master Page
Question is pretty well stated in the title. Normally I would use <link... /> to reference my CSS Sheet but since I’m using a master page I don’t have access to the Head Tag so how do I reference a specific CSS sheet on my ASPX page. I tried using <%@ Import Namespace="Style.css" but no luck. Thanks for the help.