IStartupValidator インターフェイス

定義

起動時にホストがオプションを検証するために使用できるメソッドを提供します。 を呼び出 ValidateOnStart<TOptions>(OptionsBuilder<TOptions>)すことで、起動時にオプションを検証できます。

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

メソッド

Validate()

検証コントロールを IValidateOptions<TOptions> 呼び出します。

適用対象