다음을 통해 공유


ChildActionValueProvider 클래스

정의

자식 동작의 값에 대한 값 공급자를 나타냅니다.

public sealed class ChildActionValueProvider : System.Web.Mvc.DictionaryValueProvider<object>
type ChildActionValueProvider = class
    inherit DictionaryValueProvider<obj>
Public NotInheritable Class ChildActionValueProvider
Inherits DictionaryValueProvider(Of Object)
상속
ChildActionValueProvider

생성자

ChildActionValueProvider(ControllerContext)

ChildActionValueProvider 클래스의 새 인스턴스를 초기화합니다.

메서드

ContainsPrefix(String)

컬렉션이 지정된 접두사를 포함하는지 확인합니다.

(다음에서 상속됨 DictionaryValueProvider<TValue>)
GetKeysFromPrefix(String)

접두사에서 키를 가져옵니다.

(다음에서 상속됨 DictionaryValueProvider<TValue>)
GetValue(String)

지정된 키를 사용하여 값 개체를 검색합니다.

적용 대상