C# Class Simple.Web.Mvc.HtmlUrl

Mostra file Open project: juanplopes/simple

Public Methods

Method Description
ResolveFullPath ( this helper ) : string
ResolveFullPath ( this helper, string url ) : string
UrlHelper ( this helper ) : System.Web.Mvc.UrlHelper

Method Details

ResolveFullPath() public static method

public static ResolveFullPath ( this helper ) : string
helper this
return string

ResolveFullPath() public static method

public static ResolveFullPath ( this helper, string url ) : string
helper this
url string
return string

UrlHelper() public static method

public static UrlHelper ( this helper ) : System.Web.Mvc.UrlHelper
helper this
return System.Web.Mvc.UrlHelper