ValueProviderDictionary.Item[String] Property

Definition

Gets or sets the ValueProviderResult object that has the specified key.

public System.Web.Mvc.ValueProviderResult this[string key] { get; set; }
member this.Item(string) : System.Web.Mvc.ValueProviderResult with get, set
Default Public Property Item(key As String) As ValueProviderResult

Parameters

key
String

Property Value

The ValueProviderResult object.

Implements

Applies to