Show / Hide Table of Contents

    Property ValidationSummary

    ValidationSummary

    A validation summary is appended if either Microsoft.AspNetCore.Mvc.Rendering.ValidationSummary.All (includes properties) or Microsoft.AspNetCore.Mvc.Rendering.ValidationSummary.ModelOnly (excludes properties) is set.
    Declaration
    public ValidationSummary ValidationSummary { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Mvc.Rendering.ValidationSummary
    Exceptions
    Type Condition
    ArgumentException The provided Microsoft.AspNetCore.Mvc.Rendering.ValidationSummary value is unknown.
    Back to top Copyright © 2017-2018, xplo.re IT Services, Michael Maier. All rights reserved.