示例#1
0
 public static string ConfirmationUrl(this UrlHelper url, ActionResult actionResult, string username, string token, string protocol)
 {
     return url.Action(actionResult.AddRouteValue("username", username).AddRouteValue("token", token), protocol: protocol);
 }