KeyValueAccumulator Struct

Namespace
Microsoft.AspNetCore.WebUtilities
Assemblies
  • Microsoft.AspNetCore.WebUtilities

Syntax

public struct KeyValueAccumulator
struct Microsoft.AspNetCore.WebUtilities.KeyValueAccumulator

Methods

Append(System.String, System.String)
public void Append(string key, string value)
GetResults()
Return type:System.Collections.Generic.Dictionary<System.String>
public Dictionary<string, StringValues> GetResults()

Properties

Microsoft.AspNetCore.WebUtilities.KeyValueAccumulator.HasValues
Return type:System.Boolean
public bool HasValues { get; }
Microsoft.AspNetCore.WebUtilities.KeyValueAccumulator.KeyCount
Return type:System.Int32
public int KeyCount { get; }
Microsoft.AspNetCore.WebUtilities.KeyValueAccumulator.ValueCount
Return type:System.Int32
public int ValueCount { get; }