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

IWithPathIncluded 接口

定义

应用程序网关重定向配置的阶段,允许指定是否应将路径包含在重定向 URL 中。

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

方法

WithoutPathIncluded()

指定路径不应包含在重定向的 URL 中。

WithPathIncluded()

指定路径应包含在重定向的 URL 中。 请注意,仅当重定向的目标是侦听器而不是 URL 时,此设置才有效。

适用于