ValidationContext.IsDefined

IsDefined<T>(ValueLocation, T)

public ValidationContext IsDefined<T>(ValueLocation parameterName, T value)
    where T : class

See Also


IsDefined<T>(ValueLocation, T?)

public ValidationContext IsDefined<T>(ValueLocation parameterName, T? value)
    where T : struct

See Also