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
Guest User
Tech Writer
2.1k
469.8k
How to create routing inside your div card?
Sep 9 2020 5:53 AM
Hi Team
I have a working div card, but i want my folder to have a route that will send a user to new form or action. Anyone can share their ideas with me on this one.
<center>
<div
class
=
"card"
style=
"width: 18rem;"
>
<div
class
=
"jump-response"
></div>
<div
class
=
"card-body d-flex flex-1"
>
<a href=
"#"
class
=
"btn btn-primary pull-left"
>Published</a>
</div>
<div
class
=
"card-body d-flex flex-center"
>
<a href=
"@Url.Action("
Modules
","
Home
")"
class
=
"card-link pull-left"
>Me</a>
<hr/>
<img
class
=
"card-img-bottom"
src=
"~/Images/folders/folder-icon.png"
style=
"max-width:32px;"
>
</div>
</div>
</center>
Reply
Answers (
2
)
How to pass reference by object in asp.net mvc?
How to show lists of added card in bootstrap?