Class HttpContextExtensions
Extensions methods for Microsoft.AspNetCore.Http.HttpContext.
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: IRM.AspNetCore.Identity
Assembly: IRM.AspNetCore.Identity.dll
Syntax
public static class HttpContextExtensions
Methods
GetMetadata(HttpContext)
Gets a reference to dynamic metadata associated with httpContext
.
Declaration
public static dynamic GetMetadata(this HttpContext httpContext)
Parameters
Microsoft.AspNetCore.Http.HttpContext
httpContext
|
Returns
Object
|