Метод | Описание | |
---|---|---|
AreEqual ( IHtmlString expected, IHtmlString actual ) : void | ||
AreEqual ( string expected, string actual ) : void |
Метод | Описание | |
---|---|---|
FormatString ( string value ) : string |
public static AreEqual ( IHtmlString expected, IHtmlString actual ) : void | ||
expected | IHtmlString | |
actual | IHtmlString | |
Результат | void |
public static AreEqual ( string expected, string actual ) : void | ||
expected | string | |
actual | string | |
Результат | void |