Quantcast
Channel: RazorGenerator Issue Tracker Rss Feed
Viewing all articles
Browse latest Browse all 525

Commented Issue: WriteAttributeTo [89]

$
0
0
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 been changed but it breaks if I generate the compiled view again. The method below is used in the regeneration:

WriteAttributeTo(__razor_helper_writer, "href", Tuple.Create(" href=\"", 1390), Tuple.Create("\"", 1464)
//does not exist in the current context

Where as before there was only WriteLiteralTo and WriteTo in the code, no WriteAttributeTo:

WebViewPage.WriteLiteralTo(@__razor_helper_writer, " <span class=\"tag\">\r\n <a href=\"");
#line 58 "..\..\Extensions\Helpers\ListHelpers.cshtml"
Comments: Does your view work correctly if you don't use RazorGenerator? And if you look at the generated code, what specific class is your view extending (including the version of the assembly it comes from)?

Viewing all articles
Browse latest Browse all 525

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>