toddams / RazorLight

Template engine based on Microsoft's Razor parsing engine for .NET Core
Apache License 2.0
1.51k stars 260 forks source link

TemplatePageBase Href commented out #384

Open jzabroski opened 3 years ago

jzabroski commented 3 years ago

@jzabroski - all Im find in this and that's not very helpful

To be more specific, I have the StaticFiles Service enabled I have a file in my wwwroot and want to reference an image in my layout.cshtml.

I see in TemplatePageBase the Href method is commented out... https://github.com/toddams/RazorLight/blob/badbd178564ba59934368161c7c140fa5906eee1/src/RazorLight/TemplatePageBase.cs#L304-L320

Any more detailed examples would be most helpful.

Originally posted by @Simonl9l in https://github.com/toddams/RazorLight/issues/70#issuecomment-718320075