Is there anything that replaces the <%$ %>
syntax from plain ASP.NET Web Forms?
With the web forms engine it is possible to access global resources with the following syntax:
<%$ Resources: Homepage.Labels.Title %>
It is also possible to create and register custom expression builders.
I'm asking if this is also supported by the Razor engine.