I have a service that receives an object containing all the data needed to build a newsletter. I need to be able to generate the email using different templates.
I am building a email service based on templates. I thought of using the spark view engine but it开发者_运维百科 seems that It doesn\'t get much updates anymore.
I try to use HtmlHelper.TextBoxFor with spark view engine but view crashed with exception \"Dynamic view compilation failed.\'System.Web.Mvc.HtmlHelper\' does not contain a definition for \'TextBoxFor
Can I use a spark variable inside an html helper? Say we have <var url=\"Url.Action(“get”)\" />
I use application.spark file for master page In my app i have login page that does not need master page
I was going through the spark view engine documentation and found a lot of literals showing up in code for which I couldn’t find any references. For e.g.
I downloaded Spark 1.1 release from http://sparkviewengine.codeplex.com/releases/view/27601 and cannot find the msi p开发者_如何学Cackage for Visual Studio integration promised in docs.
We use spark to generate HTML-mails. When merging our data into the template I noticed a difference between
I\'m currently using ASP.NET MVC 2 and the spark view engine.The main master page (application.spark) contains all of the CSS link tags that need to be present for all pages (global stuff).However, I
I use Spark to output some HTML straight from a console app. I have the following view classes in my project.