MetaTable::GetColumnValuesFromRoute Method (HttpContext^)

.NET Framework (current version)
 

Gets the collection of column values.

Namespace:   System.Web.DynamicData
Assembly:  System.Web.DynamicData (in System.Web.DynamicData.dll)

public:
IDictionary<String^, Object^>^ GetColumnValuesFromRoute(
	HttpContext^ context
)

Parameters

context
Type: System.Web::HttpContext^

The context for the specified Web request.

Return Value

Type: System.Collections.Generic::IDictionary<String^, Object^>^

The collection of column values.

.NET Framework
Available since 4.0
Return to top
Show: