Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or set the raw value that is supplied by the value provider.
Namespace: System.Web.Http.ValueProviders
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Property RawValue As Object
Get
Protected Set
'Usage
Dim instance As ValueProviderResult
Dim value As Object
value = instance.RawValue
instance.RawValue = value
public Object RawValue { get; protected set; }
public:
property Object^ RawValue {
Object^ get ();
protected: void set (Object^ value);
}
member RawValue : Object with get, set
function get RawValue () : Object
protected function set RawValue (value : Object)
Property Value
Type: System.Object
The raw value that is supplied by the value provider.