Get-KrRequestForm
SYNOPSIS
Retrieves a request form value from the HTTP request.
SYNTAX
__AllParameterSets
Get-KrRequestForm [<CommonParameters>]
ALIASES
This cmdlet has the following aliases, {{Insert list of aliases}}
DESCRIPTION
This function accesses the current HTTP request context and retrieves the value of the request form.
EXAMPLES
EXAMPLE 1
$value = Get-KrRequestForm Retrieves the value of the request form from the HTTP request.
PARAMETERS
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
INPUTS
OUTPUTS
Returns the value of the request form
{{ Fill in the Description }}
NOTES
This function is designed to be used in the context of a Kestrun server response.
RELATED LINKS
{{ Fill in the related links here }}