R – Asp.net MVC 2, spark engine and strongly Typed Html Helpers

asp.netasp.net-mvcasp.net-mvc-2netspark-view-engine

Will I get the advantage of the new Strongly Typed Html Helpers with asp.net MVC 2 if were to use the spark engine for rendering?

Best Answer

You can use any HtmlHelper that ship with the MVC framework in Spark view engine.

${Html.TextBoxFor(p => p.Name)}