Info
Version: | 1.0.0 |
Author(s): | Finn SCOTT |
Last Update: | Saturday, April 9, 2016 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/MvcSpf |
Install
Install-Package MvcSpf
dotnet add package MvcSpf
paket add MvcSpf
MvcSpf Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNet.Mvc(>= 5.2.3)
- Newtonsoft.Json(>= 8.0.3)
Tags
Usage:
In AppStart/FilterConfig.cs
using MvcSpf;
....
filters.Add(new SpfFilter());
By default this package will replace anything with a dom Id of "content".
to set your own use the following:
filters.Add(new SpfFilter("mainContent"));.