다음을 통해 공유


ModelStateDictionary.KeyEnumerator(ModelStateDictionary, String) 생성자

정의

ModelStateDictionary.KeyEnumerable의 새 인스턴스를 초기화합니다.

public:
 KeyEnumerator(Microsoft::AspNetCore::Mvc::ModelBinding::ModelStateDictionary ^ dictionary, System::String ^ prefix);
public KeyEnumerator (Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary dictionary, string prefix);
new Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary.KeyEnumerator : Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary * string -> Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary.KeyEnumerator
Public Sub New (dictionary As ModelStateDictionary, prefix As String)

매개 변수

prefix
String

접두사입니다.

적용 대상