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
Rohan Ramani
NA
786
144.9k
Get Value from Header ASP.Net Core
Oct 12 2018 7:19 AM
Hi All,
I want to get value from the header.
Means when I pass the parameter from header, I need the value using key from the headers.
WebClient webClient =
new
WebClient();
webClient.QueryString.Add(
"param1"
,
"value1"
);
webClient.QueryString.Add(
"param2"
,
"value2"
);
string
result = webClient.DownloadString(
"http://theurl.com"
);
Is there any one have idea?
Reply
Answers (
7
)
I want to bind Data Candidate.Id with same syntax
How to develop project in c# and asp.net MVC entity frame &