HttpCacheVaryByParams.GetParams メソッド

定義

キャッシュを変更するために使用する HTTP GET パラメーターまたは HTTP POST パラメーターを指定する値の配列を取得します。

public:
 cli::array <System::String ^> ^ GetParams();
public string[] GetParams ();
member this.GetParams : unit -> string[]
Public Function GetParams () As String()

戻り値

String[]

キャッシュを変更するための HTTP GET パラメーターまたは HTTP POST パラメーターを含む値の配列。

適用対象