IStartupValidator Interfaz

Definición

Lo usan los hosts para validar las opciones durante el inicio.

public interface class IStartupValidator
public interface IStartupValidator
type IStartupValidator = interface
Public Interface IStartupValidator

Comentarios

Las opciones están habilitadas para validarse durante el inicio llamando a ValidateOnStart<TOptions>(OptionsBuilder<TOptions>).

Métodos

Nombre Description
Validate()

Llama a los IValidateOptions<TOptions> validadores.

Se aplica a