it is possible to pass angularjs variable into razor function from Views?
By example, I need to do that things :
@Html.Partial("_ViewName", new Models() { Url = {{ angularJSVariable }} })
It is possible? If yes, how to do that? If no, what is the normal procedure to achieve that from an AngularJS context?
Thank you very much,
Karine