ModelBinderDictionary.IsReadOnly Property

.NET Framework (current version)
 

Gets a value that indicates whether the dictionary is read-only.

Namespace:   System.Web.ModelBinding
Assembly:  System.Web (in System.Web.dll)

public bool IsReadOnly { get; }

Property Value

Type: System.Boolean

true if the dictionary is read-only; otherwise, false.

.NET Framework
Available since 4.5
Return to top
Show: