ActionAbsolute() public static method

public static ActionAbsolute ( this urlHelper, System.Web.Mvc.ActionResult result ) : string
urlHelper this
result System.Web.Mvc.ActionResult
return string
示例#1
0
 public static string ActionAbsolute <TActionResult>(this UrlHelper urlHelper, Task <TActionResult> taskResult) where TActionResult : ActionResult
 {
     return(T4Extensions.ActionAbsolute(urlHelper, taskResult.Result));
 }