vote up 0 vote down star

Is there any reason why ActionLinks aren't rendered by the VWD 2008 design view?

flag

1 Answer

vote up 2 vote down check

ActionLinks for ASP.NET MVC are generated by a function call that returns a literal string. The design view is design for ASP.NET Web Forms and does not evaluate any function calls.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.