Commented Issue: Html helper does is not available for...
for some reason the Html helper is only available for MVC projects, but not for WebPages Razor only projects.As result, you can't use Html.Raw() or any of its helpers.For the Html.Raw iteslef, you can...
View ArticleCommented Issue: Error 1 Keyword, identifier, or string expected after...
Hi, i am getting these 2 errors in the output window but everything works fineError 1 Keyword, identifier, or string expected after verbatim specifier: @ Error 2 A namespace cannot directly contain...
View ArticleCommented Issue: Views only found once in Release Mode [84]
This issue is identical to the one found in: http://razorgenerator.codeplex.com/workitem/55I am new to codeplex, so I didn't know if I should add a new issue or not (because the original one is marked...
View ArticleClosed Issue: WriteAttributeTo does not exist [86]
Error occurs in generated code:"The name 'WriteAttributeTo' does not exist in the current context"Please refer to http://forums.asp.net/t/1804428.aspx/1Comments: This project relates to the...
View ArticleCreated Issue: WriteAttributeTo [89]
Razor Generator doesn't seem to allow me to write variables inside of things like href="@variable", similarly with style attributes and such. The generated code certainly used to work, and nothing has...
View ArticleCommented Issue: WriteAttributeTo [89]
Razor Generator doesn't seem to allow me to write variables inside of things like href="@variable", similarly with style attributes and such. The generated code certainly used to work, and nothing has...
View ArticleCommented Issue: WriteAttributeTo [89]
Razor Generator doesn't seem to allow me to write variables inside of things like href="@variable", similarly with style attributes and such. The generated code certainly used to work, and nothing has...
View ArticleCommented Issue: WriteAttributeTo [89]
Razor Generator doesn't seem to allow me to write variables inside of things like href="@variable", similarly with style attributes and such. The generated code certainly used to work, and nothing has...
View ArticleCommented Issue: WriteAttributeTo [89]
Razor Generator doesn't seem to allow me to write variables inside of things like href="@variable", similarly with style attributes and such. The generated code certainly used to work, and nothing has...
View ArticleCreated Issue: RazorGenerator.MSBuild is too aggressive when finding .cshtml...
The MSBuild extension is trying to pre-compile *all* .cshtml files it can find under the project root, instead of just the ones that are in the project. This is a bit of a problem when working in a...
View ArticleEdited Issue: RazorGenerator.MSBuild is too aggressive when finding .cshtml...
The MSBuild extension is trying to pre-compile *all* .cshtml files it can find under the project root, instead of just the ones that are in the project. This is a bit of a problem when working in a...
View ArticleCommented Issue: RazorGenerator.MSBuild is too aggressive when finding...
The MSBuild extension is trying to pre-compile *all* .cshtml files it can find under the project root, instead of just the ones that are in the project. This is a bit of a problem when working in a...
View ArticleCommented Issue: RazorGenerator.MSBuild is too aggressive when finding...
The MSBuild extension is trying to pre-compile *all* .cshtml files it can find under the project root, instead of just the ones that are in the project. This is a bit of a problem when working in a...
View ArticleCreated Issue: Provide a way to clear a RazorTemplateBase's...
I want to be able to use a template in a loop, like so:@{ var fooView = new FooView(); } <!-- FooView is a compiled template that outputs a li --><ul>@foreach (var foo in foos) {@{...
View ArticleCommented Issue: WriteAttributeTo [89]
Razor Generator doesn't seem to allow me to write variables inside of things like href="@variable", similarly with style attributes and such. The generated code certainly used to work, and nothing has...
View ArticleCommented Issue: WriteAttributeTo [89]
Razor Generator doesn't seem to allow me to write variables inside of things like href="@variable", similarly with style attributes and such. The generated code certainly used to work, and nothing has...
View ArticleEdited Issue: Provide a way to clear a RazorTemplateBase's...
I want to be able to use a template in a loop, like so:<br /><br /> @{ var fooView = new FooView(); } <!-- FooView is a compiled template that outputs a li --><br />...
View ArticleCommented Issue: Provide a way to clear a RazorTemplateBase's...
I want to be able to use a template in a loop, like so:<br /><br /> @{ var fooView = new FooView(); } <!-- FooView is a compiled template that outputs a li --><br />...
View ArticleEdited Issue: WriteAttributeTo [89]
Razor Generator doesn't seem to allow me to write variables inside of things like href="@variable", similarly with style attributes and such. The generated code certainly used to work, and nothing has...
View ArticleCommented Issue: Provide a way to clear a RazorTemplateBase's...
I want to be able to use a template in a loop, like so:<br /><br /> @{ var fooView = new FooView(); } <!-- FooView is a compiled template that outputs a li --><br />...
View Article