Search Results for

    Show / Hide Table of Contents
    View Source

    Class SimpleValidationModel

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public class SimpleValidationModel

    Constructors

    View Source

    SimpleValidationModel(IDictionary<string, object>, string)

    Declaration
    public SimpleValidationModel(IDictionary<string, object> modelState, string message = "The request is invalid.")
    Parameters
    Type Name Description
    IDictionary<string, object> modelState
    string message

    Properties

    View Source

    Message

    Declaration
    public string Message { get; }
    Property Value
    Type Description
    string
    View Source

    ModelState

    Declaration
    public IDictionary<string, object> ModelState { get; }
    Property Value
    Type Description
    IDictionary<string, object>
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX