Catatan
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba masuk atau mengubah direktori.
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba mengubah direktori.
Sets the value for the specified key by using the specified value provider dictionary.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Sub SetModelValue ( _
key As String, _
value As ValueProviderResult _
)
public void SetModelValue(
string key,
ValueProviderResult value
)
public:
void SetModelValue(
String^ key,
ValueProviderResult^ value
)
Parameters
- key
Type: System.String
The key.
- value
Type: System.Web.Mvc.ValueProviderResult
The value.