jsmodel 1.0.6
dotnet add package jsmodel --version 1.0.6
NuGet\Install-Package jsmodel -Version 1.0.6
<PackageReference Include="jsmodel" Version="1.0.6" />
paket add jsmodel --version 1.0.6
#r "nuget: jsmodel, 1.0.6"
// Install jsmodel as a Cake Addin #addin nuget:?package=jsmodel&version=1.0.6 // Install jsmodel as a Cake Tool #tool nuget:?package=jsmodel&version=1.0.6
MVC provides a way to convert a view model to a JavaScript object. Unfortunately, any client-side changes performed by a user are not reflected in that object. In JavaScript-heavy environments developers will often perform ajax calls to retrieve appropriate markup at any given time. The data passed in the requests needs to be current. This is a simple class that will refresh our model-like object with any DOM changes. Now, instead of manually re-reading values, or tracking data changes, we have one reliable source for the data that matters to us most.
jQuery is a dependency utilized in this class.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
GitHub repositories
This package is not used by any popular GitHub repositories.