次の方法で共有


IWithQueryStringIncluded インターフェイス

定義

リダイレクトされた URL にクエリ文字列を含めるかどうかを指定できる、アプリケーション ゲートウェイリダイレクト構成のステージ。

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

メソッド

WithoutQueryStringIncluded()

リダイレクトされた URL にクエリ文字列を含めないように指定します。

WithQueryStringIncluded()

リダイレクトされた URL にクエリ文字列を含める必要があることを指定します。

適用対象