Share via


IWithQueryStringIncluded<ReturnT> Interface

Definition

The stage of an application gateway redirect configuration allowing to specify whether the query string should be included in the redirected URL.

public interface IWithQueryStringIncluded<ReturnT>
type IWithQueryStringIncluded<'ReturnT> = interface
Public Interface IWithQueryStringIncluded(Of ReturnT)

Type Parameters

ReturnT

The stage of the parent application gateway update to return to after attaching this definition.

Derived

Methods

WithQueryStringIncluded()

Specifies that the query string should be included in the redirected URL.

Applies to