Watch Pre-recorded Live Shows Here
Why Join
Become a member
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
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
Forum guidelines
Dawid Ruchniewicz
2.1k
28
2.4k
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