FromHtmlViewOptions

ViewInfoOptions.FromHtmlViewOptions method

Initialisiert eine neue Instanz vonViewInfoOptions Klasse basierend aufHtmlViewOptions Objekt.

public static ViewInfoOptions FromHtmlViewOptions(HtmlViewOptions options)
Parameter Typ Beschreibung
options HtmlViewOptions Die HTML-Ansichtsoptionen.

Rückgabewert

Neue Instanz vonViewInfoOptions Klasse.

Ausnahmen

Ausnahme Bedingung
ArgumentNullException Wann geworfenoptions ist Null.

Siehe auch