IEnumerableValueProvider Interface

Syntax

public interface IEnumerableValueProvider : IValueProvider

GitHub

View on GitHub

interface Microsoft.AspNet.Mvc.ModelBinding.IEnumerableValueProvider

Methods

GetKeysFromPrefixAsync(System.String)
Arguments:
  • prefix (System.String) –
Return type:

System.Threading.Tasks.Task{System.Collections.Generic.IDictionary{System.String,System.String}}

Task<IDictionary<string, string>> GetKeysFromPrefixAsync(string prefix)