@stuartd, No. What you said is like the Extention Method.
- Mohammad Fazeli
@mjwills I use HttpContext where I don't have access to its parameters. And in fact I only have access to HttpContext. I want to access that parameter's Type and Value via HttpContext.
- Mohammad Fazeli
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.OkRead more
HttpContext
where I don't have access to its parameters. And in fact I only have access toHttpContext
. I want to access that parameter'sType
andValue
viaHttpContext
. - Mohammad FazeliHttpContext.Items
- docs.microsoft.com/en-us/aspnet/core/fundamentals/… - mjwills