This repository was archived by the owner on Dec 19, 2018. It is now read-only.
This repository was archived by the owner on Dec 19, 2018. It is now read-only.
Change inherits, section and functions to be addable components. #1203
Closed
Description
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
.