Table of Contents

Class ValidatorContext

Namespace
Dynamicweb.Content.Items.Editors
Assembly
Dynamicweb.dll

Represents a validator context.

public class ValidatorContext
Inheritance
ValidatorContext
Inherited Members

Constructors

ValidatorContext()

Initializes a new instance of an object.

public ValidatorContext()

Properties

Value

Gets or sets the value being validated.

public object Value { get; set; }

Property Value

object
To top