MetaTable.GetColumnValuesFromRoute(HttpContext) Método

Definición

Obtiene una colección de valores de columna.

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)

Parámetros

context
HttpContext

Contexto de la solicitud web especificada.

Devoluciones

IDictionary<String,Object>

Colección de valores de columna.

Se aplica a