Property Origin
Origin
Gets the value of the HTTP Origin header.
Indicates the origin of the request, helping servers implement CORS and manage cross-origin requests.
public string? Origin { get; }
Gets the value of the HTTP Origin header.
Indicates the origin of the request, helping servers implement CORS and manage cross-origin requests.
public string? Origin { get; }