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
Ronald Abellano
NA
161
37.2k
ASP.NET2.0 MVC tag helper does not work in partial views
Jun 28 2018 10:59 PM
Hi, just a note I "started on empty project".
The intellesense does not work when typing asp and the tag does not work either in partial view I add @addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers in _ViewImport.cshtml in Views folder but still it does not work.
The code is just simply <button
asp-controller="Account"
asp-action="Register"
class="btn btn-default">Register</button> but does not work.
Reply
Answers (
1
)
How to insert data in database by using Entityframework
ASP.NET MVC difference between input tag and anchor tag