FormCollection.Enumerator.Current Property

Definition

Gets the element at the current position of the enumerator.

public:
 property System::Collections::Generic::KeyValuePair<System::String ^, Microsoft::Extensions::Primitives::StringValues> Current { System::Collections::Generic::KeyValuePair<System::String ^, Microsoft::Extensions::Primitives::StringValues> get(); };
public System.Collections.Generic.KeyValuePair<string,Microsoft.Extensions.Primitives.StringValues> Current { get; }
member this.Current : System.Collections.Generic.KeyValuePair<string, Microsoft.Extensions.Primitives.StringValues>
Public ReadOnly Property Current As KeyValuePair(Of String, StringValues)

Property Value

Implements

Applies to