Revert files that shouldn't change back in v11
This commit is contained in:
@@ -5,12 +5,12 @@ public interface IRequestAccessor
|
||||
/// <summary>
|
||||
/// Returns the request/form/querystring value for the given name
|
||||
/// </summary>
|
||||
string GetRequestValue(string name);
|
||||
string? GetRequestValue(string name);
|
||||
|
||||
/// <summary>
|
||||
/// Returns the query string value for the given name
|
||||
/// </summary>
|
||||
string GetQueryStringValue(string name);
|
||||
string? GetQueryStringValue(string name);
|
||||
|
||||
/// <summary>
|
||||
/// Returns the current request uri
|
||||
|
||||
Reference in New Issue
Block a user