This topic has not yet been rated - Rate this topic

TempDataDictionary.Count Property

Gets the number of elements in the ICollection<T> object.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)
public int Count { get; }

Property Value

Type: System.Int32
The number of elements in the ICollection<T> object.

Implements

ICollection<T>.Count
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.