url helper diificulty
Posted
by user281180
on Stack Overflow
See other posts from Stack Overflow
or by user281180
Published on 2010-06-01T06:31:21Z
Indexed on
2010/06/01
6:33 UTC
Read the original article
Hit count: 343
asp.net-mvc
|mvc
Can anyone help me for the following: I am having the error message. How can I correct that?
Error 4 Use of unassigned local variable 'url' on the url.Action...
UrlHelper url;
string fullUrl = url.Action( "Details", "test", new {test.ID } );
Thanks
© Stack Overflow or respective owner