你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IWithQueryStringIncluded 接口

定义

应用程序网关重定向配置的阶段,允许指定是否应在重定向 URL 中包含查询字符串。

public interface IWithQueryStringIncluded
type IWithQueryStringIncluded = interface
Public Interface IWithQueryStringIncluded
派生

方法

WithoutQueryStringIncluded()

指定查询字符串不应包含在重定向的 URL 中。

WithQueryStringIncluded()

指定查询字符串应包含在重定向的 URL 中。

适用于