Share via


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

지정된 웹 요청의 컨텍스트입니다.

반환

IDictionary<String,Object>

열 값의 컬렉션입니다.

적용 대상