File: ModelBinding\IValueProvider.cs | |
Project: ndp\fx\src\xsp\system\Web\System.Web.csproj (System.Web) |
namespace System.Web.ModelBinding { public interface IValueProvider { bool ContainsPrefix(string prefix); ValueProviderResult GetValue(string key); } } |