Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
523 Points
1222 Posts
Dec 07, 2009 03:22 AM|LINK
Hello,
I'm in the current controller "HomeController", how do I get it on my action? This yields nothing [:(]
Function Index() As ActionResult Dim value As ControllerBuilder value = ControllerBuilder.Current Return View() End Function
-imperialx
imperialx
Member
523 Points
1222 Posts
Get Current Controller in Action
Dec 07, 2009 03:22 AM|LINK
Hello,
I'm in the current controller "HomeController", how do I get it on my action? This yields nothing [:(]
Function Index() As ActionResult
Dim value As ControllerBuilder
value = ControllerBuilder.Current
Return View()
End Function
-imperialx