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
Joy Banerjee
NA
74
2.9k
Generate a valid querystring in MVC
Nov 8 2017 2:32 AM
I am stuck with this problem where I need to send an url in below format -
http://localhost:55736/user/viewinfo?userid=569EF26&id=0041
I am using the following code -
string
url = Url.Action(
"viewinfo"
,
"user"
,
new
RouteValueDictionary(
new
{ id = Convert.ToInt32(id), userId = userId }),HttpContext.Request.Url.Scheme,HttpContext.Request.Url.Host);
This code generates the url like -
http://localhost:55736/user/viewinfo/569EF26....
Any suggestions how can I improve this??
Thanks..
Reply
Answers (
2
)
hindi Font HTML content pdf conversion
How to export Tree View Structure to PDF with same formating