TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Dawid Ruchniewicz
NA
28
3.3k
Bootstrap footer in AspNetCore 2.1
Nov 30 2018 6:07 AM
Hey,
I have web application in Asp Net Core 2.1, I configured Identity framework in this app and were generated all Identity method with views in Bootstrap. My question is how can I change default footer, because I can't find file where set footer is. In default AspNet Web application I saw that footer is set in _Layout.cshtml
@RenderBody()
© 2018 - WebApplication1
but in my _Layout.cshtml I have only my own configuration :
@using Resources = BusinessModelBuilder.App_GlobalResources.Text
Business Model Builder
@**@
@RenderBody()
@RenderSection("Scripts", required: false)
How and where can I override default bootstrap footer with my own footer??
Reply
Answers (
2
)
the specified task executable location csc.exe
Cascading Dropdown not select the value while Edit in MVC 5