You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 19, 2018. It is now read-only.
Today Razor's CSharpCodeParser has a default set of extensible directives that it lights up. These include, inherits, functions and section. We should repurpose these guys to look like other directive registrations. Aka in MVC we have a single class that encompasses all the functionality of @model.
The text was updated successfully, but these errors were encountered:
Today Razor's
CSharpCodeParser
has a default set of extensible directives that it lights up. These include,inherits
,functions
andsection
. We should repurpose these guys to look like other directive registrations. Aka in MVC we have a single class that encompasses all the functionality of@model
.The text was updated successfully, but these errors were encountered: