ValueProviderResult.RawValue Property

.NET Framework (current version)
 

Gets or sets the raw value that is supplied by the value provider.

Namespace:   System.Web.ModelBinding
Assembly:  System.Web (in System.Web.dll)

public object RawValue { get; protected set; }

Property Value

Type: System.Object

The raw value.

.NET Framework
Available since 4.5
Return to top
Show: