I am working on an Editor template for an object, which must be validated independently of the rest of the form, this validation I am doing with ajax, I am a small example to show my problem.
class A
{
public B b { get; set; }
}
class B
{...
asked by
28.08.2018 / 16:41