< Back
Test-PodeCookie
Post
NAME Test-PodeCookie
SYNOPSIS
Tests if a cookie exists on the Request.
SYNTAX
Test-PodeCookie [-Name] <String> [<CommonParameters>]
DESCRIPTION
Tests if a cookie exists on the Request.
PARAMETERS
-Name <String>
The name of the cookie to test for on the Request.
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
System.Boolean
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Test-PodeCookie -Name 'Views'
RELATED LINKS
SYNOPSIS
Tests if a cookie exists on the Request.
SYNTAX
Test-PodeCookie [-Name] <String> [<CommonParameters>]
DESCRIPTION
Tests if a cookie exists on the Request.
PARAMETERS
-Name <String>
The name of the cookie to test for on the Request.
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
System.Boolean
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Test-PodeCookie -Name 'Views'
RELATED LINKS