ServerVariablesValueProviderFactory Class
Represents factory for server variables value provider.
Namespace: Microsoft.Web.Mvc
Assembly: Microsoft.Web.Mvc (in Microsoft.Web.Mvc.dll)
Inheritance Hierarchy
System.Object
System.Web.Mvc.ValueProviderFactory
Microsoft.Web.Mvc.ServerVariablesValueProviderFactory
Syntax
public class ServerVariablesValueProviderFactory : ValueProviderFactory
public ref class ServerVariablesValueProviderFactory : ValueProviderFactory
type ServerVariablesValueProviderFactory =
class
inherit ValueProviderFactory
end
Public Class ServerVariablesValueProviderFactory
Inherits ValueProviderFactory
Constructors
Name | Description | |
---|---|---|
![]() |
ServerVariablesValueProviderFactory() | Initializes a new instance of the ServerVariablesValueProviderFactory class. |
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
GetValueProvider(ControllerContext) | Retrieves a value provider.(Overrides ValueProviderFactory.GetValueProvider(ControllerContext).) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
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
Return to top