MetaTable.GetColumnValuesFromRoute(HttpContext) メソッド

定義

列値のコレクションを取得します。

public:
 System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ GetColumnValuesFromRoute(System::Web::HttpContext ^ context);
public System.Collections.Generic.IDictionary<string,object> GetColumnValuesFromRoute (System.Web.HttpContext context);
member this.GetColumnValuesFromRoute : System.Web.HttpContext -> System.Collections.Generic.IDictionary<string, obj>
Public Function GetColumnValuesFromRoute (context As HttpContext) As IDictionary(Of String, Object)

パラメーター

context
HttpContext

指定された Web 要求のコンテキスト。

戻り値

列値のコレクション。

適用対象