Does ServiceStack Razor support the full ASP.NET MVC razor syntax? I don’t see some of the helper methods like @Html.DropDownlist...
If it supports the full syntax, what namespace do I have to include in my Web.config file?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
ServiceStack does use a version of Razor from Microsoft, but what you’re looking for with
@Html.DropDownListis an ASP.NET MVC Html Extension which have not all been imported into ServiceStack.