DictionaryValueProvider<TValue>.GetValue(String) 메서드

정의

지정된 키와 컨트롤러 컨텍스트를 사용하여 값 개체를 반환합니다.

public virtual System.Web.Mvc.ValueProviderResult GetValue (string key);
abstract member GetValue : string -> System.Web.Mvc.ValueProviderResult
override this.GetValue : string -> System.Web.Mvc.ValueProviderResult
Public Overridable Function GetValue (key As String) As ValueProviderResult

매개 변수

key
String

검색할 값 개체의 키입니다.

반환

지정된 키에 대한 값 개체입니다.

구현

예외

key 매개 변수가 null인 경우

적용 대상