PwshKestrunModel.Query method

Gets the value of a query string parameter by key from the current HTTP request.

public string? Query(string key)
parameter description
key The query string key.

Return Value

The value associated with the specified key, or null if not found.

See Also