Bits and Pieces
Monday, 11 December 2017
Getting the HTTP Referrer in ASP.NET
You could use the
UrlReferrer
property of the current request:
Request
.
UrlReferrer
This will read the
Referer
HTTP header from the request which may or may not be supplied by the client (user agent).
No comments:
Post a Comment
Note: only a member of this blog may post a comment.
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Blog Archive
►
2024
(28)
►
October
(16)
►
June
(12)
►
2023
(55)
►
May
(1)
►
February
(39)
►
January
(15)
►
2022
(51)
►
September
(10)
►
May
(35)
►
April
(6)
►
2020
(96)
►
November
(23)
►
July
(6)
►
June
(11)
►
May
(52)
►
March
(4)
►
2019
(79)
►
December
(57)
►
October
(1)
►
July
(21)
►
2018
(30)
►
September
(2)
►
May
(7)
►
April
(11)
►
February
(2)
►
January
(8)
▼
2017
(142)
▼
December
(16)
Model Item type ambiguity when using PagedList
MVC Field Level Security
Entity Framework Code First Migrations
Getting the HTTP Referrer in ASP.NET
How do I redirect to the previous action in ASP.NE...
Html.ActionLink as a button or an image, not a link
ASP.NET MVC razor: conditional attribute in HTML
how to open view in new tab from <%: Html.ActionLi...
PDF Watermark
Export to CSV using MVC, C# and jQuery
Converting a generic list to a CSV string
Unable to update database to match the current mod...
Changing EF’s default connection factory from Loca...
how to provide button style to an html actionlink
Entity Framework Code First Migrations
How to specify database name in Code First?
►
November
(4)
►
October
(10)
►
September
(53)
►
July
(13)
►
June
(45)
►
March
(1)
►
2016
(3)
►
April
(3)
►
2015
(10)
►
October
(1)
►
September
(1)
►
August
(1)
►
July
(7)
No comments:
Post a Comment
Note: only a member of this blog may post a comment.