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.
Sets the value for the specified key by using the specified value provider dictionary.
Namespace: System.Web.Http.ModelBinding
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Sub SetModelValue ( _
key As String, _
value As ValueProviderResult _
)
'Usage
Dim instance As ModelStateDictionary
Dim key As String
Dim value As ValueProviderResult
instance.SetModelValue(key, value)
public void SetModelValue(
string key,
ValueProviderResult value
)
public:
void SetModelValue(
String^ key,
ValueProviderResult^ value
)
member SetModelValue :
key:string *
value:ValueProviderResult -> unit
public function SetModelValue(
key : String,
value : ValueProviderResult
)
Parameters
- key
Type: System.String
The key.
- value
Type: System.Web.Http.ValueProviders.ValueProviderResult
The value.