ViewBinder.MVC
1.0.12
See the version list below for details.
dotnet add package ViewBinder.MVC --version 1.0.12
NuGet\Install-Package ViewBinder.MVC -Version 1.0.12
<PackageReference Include="ViewBinder.MVC" Version="1.0.12" />
paket add ViewBinder.MVC --version 1.0.12
#r "nuget: ViewBinder.MVC, 1.0.12"
// Install ViewBinder.MVC as a Cake Addin #addin nuget:?package=ViewBinder.MVC&version=1.0.12 // Install ViewBinder.MVC as a Cake Tool #tool nuget:?package=ViewBinder.MVC&version=1.0.12
FrontEnd Framework For Dynamic Loading Of Views, Standard and custom Event Broadcast and Propagation
After Install, Point your browser to http://[YOUR ROOT]/viewbindersample,
e.g http://localhost:51163/viewbindersample
Learn more about Target Frameworks and .NET Standard.
-
- jQuery (>= 1.9.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.15 | 1,799 | 1/5/2014 |
1.0.14 | 1,154 | 1/5/2014 |
1.0.13 | 1,234 | 1/5/2014 |
1.0.12 | 1,117 | 1/5/2014 |
1.0.11 | 1,442 | 1/5/2014 |
1.0.10 | 1,201 | 1/5/2014 |
1.0.9 | 1,217 | 1/5/2014 |
1.0.8 | 1,421 | 1/4/2014 |
1.0.7 | 1,133 | 1/4/2014 |
1.0.6 | 1,182 | 1/3/2014 |
1.0.5 | 1,210 | 1/3/2014 |
1.0.4 | 1,198 | 1/3/2014 |
1.0.3 | 1,142 | 1/3/2014 |
1.0.2 | 1,165 | 1/3/2014 |
1.0.1 | 1,185 | 1/2/2014 |
1.0.0 | 1,373 | 1/2/2014 |
<script>
typeof require === "function" ? require(["viewbinder"], function(viewbinder) {
viewbinder.init({ rootUrl: "viewbinderDemoPartials/" });
}) : document.write('<script data-viewbind-init="rootUrl:ViewBindRoute/get?viewName=Views/Partials/" src="/Scripts/viewbinder.min.js"><\/script>');
</script>
may or maynot use with requirejs
After Install, Point your browser to http://[YOUR ROOT]/viewbindersample,
e.g http://localhost:51163/viewbindersample