IValueProvider Interface

 

Defines the methods that are required for a value provider in ASP.NET MVC.

Namespace:   System.Web.Http.ValueProviders
Assembly:  System.Web.Http (in System.Web.Http.dll)

public interface class IValueProvider

NameDescription
System_CAPS_pubmethodContainsPrefix(String^)

Determines whether the collection contains the specified prefix.

System_CAPS_pubmethodGetValue(String^)

Retrieves a value object using the specified key.

Return to top
Show: