Fixed Footer page header description goes here...
Add the following variable to your view file for fixed footer page setting.
@{
ViewData["AppClass"] = "app-footer-fixed";
ViewData["AppFooter"] = true;
}
Add the following variable to your view file for fixed footer page setting.
@{
ViewData["AppClass"] = "app-footer-fixed";
ViewData["AppFooter"] = true;
}