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
Mark Tabor
585
2k
460.8k
How can I integrate a template of HTML CSS INTO MVC 5
Dec 5 2016 3:24 AM
I am newby MVC developer , Now I want to integrate a bootstrap template to my asp.net mvc 4 application , I have paste all the index.html page content to my _Layout.cshtml and also copied the necessary folder, CsS,JS to the root but i want to ask is there any other fine way to do that because my application is have simple Tags but i need to convert these tags to mvc helper methods like for li i am creating actionlink because i have to specify the Action name and controller name also the id as well,
IS there any template which is written in mvc razor syntax so that i can use that template , and i have not to modify all the template accordingly .
Thanks in advance
Reply
Answers (
2
)
I want to generate an I tag inside the a tag of actionlink m
how to create Confirm box with Yes No button in JavaScript