Steve Sanderson
|
78a19c07e9
|
In RazorCompiler, allow HTML comments
|
2018-02-21 10:22:03 +00:00 |
Steve Sanderson
|
1e0836167d
|
Make temporary "layout" and "implements" syntax work with _ViewImports hierarchies
|
2018-02-19 12:48:08 +00:00 |
Steve Sanderson
|
f649de2976
|
Support _ViewImports.cshtml files hierarchically
|
2018-02-18 23:57:20 +00:00 |
Steve Sanderson
|
782ca0137d
|
Support "@inherits ..." directive
|
2018-02-18 22:03:15 +00:00 |
Steve Sanderson
|
7139cb70c5
|
Support temporary @(Implements<MyInterfaceType>()) syntax
|
2018-02-16 12:39:38 +00:00 |
Steve Sanderson
|
9e333e31c5
|
Support temporary @(Layout<MyLayoutType>()) syntax
|
2018-02-16 12:10:44 +00:00 |
Steve Sanderson
|
1ac5ee25c1
|
Rename RenderTreeBuilder's AddText to AddContent, since it will be used for other types too
|
2018-02-16 10:10:08 +00:00 |
Steve Sanderson
|
e046dfca6d
|
Build net461 Razor extensions target on Windows only
|
2018-02-15 10:20:51 +00:00 |
Ryan Nowak
|
043e623d5b
|
Split Razor extensibility into its own assembly
This functionality will need to cross-compile to desktop framework
(net461) so that we can use it in VS. VS doesn't yet have netstandard2.0
support.
|
2018-02-14 14:08:14 -08:00 |