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 要求的內容。

傳回

資料行值的集合。

適用於