passing model from view to javascript function mvc code example
Example: MVC view pass model to javascript function
//Get your view model from js
var dto = @Html.Raw(Json.Encode(Model));
//Get your view model from js
var dto = @Html.Raw(Json.Encode(Model));