ViewBinder.MVC 1.0.15

dotnet add package ViewBinder.MVC --version 1.0.15
                    
NuGet\Install-Package ViewBinder.MVC -Version 1.0.15
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ViewBinder.MVC" Version="1.0.15" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ViewBinder.MVC" Version="1.0.15" />
                    
Directory.Packages.props
<PackageReference Include="ViewBinder.MVC" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ViewBinder.MVC --version 1.0.15
                    
#r "nuget: ViewBinder.MVC, 1.0.15"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package ViewBinder.MVC@1.0.15
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=ViewBinder.MVC&version=1.0.15
                    
Install as a Cake Addin
#tool nuget:?package=ViewBinder.MVC&version=1.0.15
                    
Install as a Cake Tool

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

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.15 157 1/5/2014
1.0.14 54 1/5/2014
1.0.13 52 1/5/2014
1.0.12 51 1/5/2014
1.0.11 71 1/5/2014
1.0.10 50 1/5/2014
1.0.9 50 1/5/2014
1.0.8 70 1/4/2014
1.0.7 51 1/4/2014
1.0.6 48 1/3/2014
1.0.5 50 1/3/2014
1.0.4 48 1/3/2014
1.0.3 54 1/3/2014
1.0.2 49 1/3/2014
1.0.1 48 1/2/2014
1.0.0 72 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