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)

Syntax

public interface IValueProvider
public interface class IValueProvider
type IValueProvider = interface end
Public Interface IValueProvider

Methods

Name Description
System_CAPS_pubmethod ContainsPrefix(String)

Determines whether the collection contains the specified prefix.

System_CAPS_pubmethod GetValue(String)

Retrieves a value object using the specified key.

See Also

System.Web.Http.ValueProviders Namespace

Return to top