1 override of IsContainerNode
Microsoft.AspNetCore.Mvc.Abstractions (1)
ModelBinding\ModelStateDictionary.cs (1)
845
public override bool
IsContainerNode
=> _isContainerNode;
3 references to IsContainerNode
Microsoft.AspNetCore.Mvc.Abstractions (2)
ModelBinding\ModelStateEntry.cs (2)
59
/// This method returns any existing entry, even those with <see cref="
IsContainerNode
"/> with value
68
/// This property returns all existing entries, even those with <see cref="
IsContainerNode
"/> with value
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
ValidationHelpers.cs (1)
107
if (!modelStateEntry.
IsContainerNode
)