QueryStringValueProviderFactory Class

 

Represents a class that is responsible for creating a new instance of a query-string value-provider object.

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

Inheritance Hierarchy

System.Object
  System.Web.Http.ValueProviders.ValueProviderFactory
    System.Web.Http.ValueProviders.Providers.QueryStringValueProviderFactory

Syntax

public class QueryStringValueProviderFactory : ValueProviderFactory, 
    IUriValueProviderFactory
public ref class QueryStringValueProviderFactory : ValueProviderFactory, 
    IUriValueProviderFactory
type QueryStringValueProviderFactory = 
    class
        inherit ValueProviderFactory
        interface IUriValueProviderFactory
    end
Public Class QueryStringValueProviderFactory
    Inherits ValueProviderFactory
    Implements IUriValueProviderFactory

Constructors

Name Description
System_CAPS_pubmethod QueryStringValueProviderFactory()

Initializes a new instance of the QueryStringValueProviderFactory class.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod GetValueProvider(HttpActionContext)

Retrieves a value-provider object for the specified controller context.(Overrides ValueProviderFactory.GetValueProvider(HttpActionContext).)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

System.Web.Http.ValueProviders.Providers Namespace

Return to top