public static string GetReturnUrl(this IHtmlDocument doc) { return(doc.GetInputValue("ReturnUrl")); }
public static string GetAntiForgeryToken(this IHtmlDocument doc) { return(doc.GetInputValue("__RequestVerificationToken")); }