Method | Description | |
---|---|---|
FileManagerLink ( this helper, string prefix, string suffix ) : System.Web.Mvc.MvcHtmlString |
Provides a link to the filemanager page, with optional prefix and suffix tags or seperators.
|
|
LoginLink ( this helper, string prefix, string suffix ) : System.Web.Mvc.MvcHtmlString |
Provides a link to the login page, or if the user is logged in, the logout page. Optional prefix and suffix tags or seperators and also included.
|
|
MainPageLink ( this helper, string linkText, string prefix, string suffix ) : System.Web.Mvc.MvcHtmlString |
Provides a link to the index page of the site, with optional prefix and suffix tags or seperators.
|
|
NewPageLink ( this helper, string prefix, string suffix ) : System.Web.Mvc.MvcHtmlString |
Provides a link to the "new page" page, with optional prefix and suffix tags or seperators.
|
|
PageLink ( this helper, string linkText, string pageTitle ) : System.Web.Mvc.MvcHtmlString |
Provides a link to the page with the provided title, querying it in the database first.
|
|
PageLink ( this helper, string linkText, string pageTitle, object htmlAttributes, string prefix, string suffix ) : System.Web.Mvc.MvcHtmlString |
Provides a link to the page with the provided title, querying it in the database first, with optional prefix and suffix tags or seperators and html attributes.
|
|
PageLink ( this helper, string linkText, string pageTitle, string prefix, string suffix ) : System.Web.Mvc.MvcHtmlString |
Provides a link to the page with the provided title, querying it in the database first, with optional prefix and suffix tags or seperators.
|
|
SettingsLink ( this helper, string prefix, string suffix ) : System.Web.Mvc.MvcHtmlString |
Provides a link to the settings page, with optional prefix and suffix tags or seperators.
|
Method | Description | |
---|---|---|
LoginStatus ( this helper ) : System.Web.Mvc.MvcHtmlString |
public static FileManagerLink ( this helper, string prefix, string suffix ) : System.Web.Mvc.MvcHtmlString | ||
helper | this | |
prefix | string | |
suffix | string | |
return | System.Web.Mvc.MvcHtmlString |
public static LoginLink ( this helper, string prefix, string suffix ) : System.Web.Mvc.MvcHtmlString | ||
helper | this | |
prefix | string | |
suffix | string | |
return | System.Web.Mvc.MvcHtmlString |
public static MainPageLink ( this helper, string linkText, string prefix, string suffix ) : System.Web.Mvc.MvcHtmlString | ||
helper | this | |
linkText | string | |
prefix | string | |
suffix | string | |
return | System.Web.Mvc.MvcHtmlString |
public static NewPageLink ( this helper, string prefix, string suffix ) : System.Web.Mvc.MvcHtmlString | ||
helper | this | |
prefix | string | |
suffix | string | |
return | System.Web.Mvc.MvcHtmlString |
public static PageLink ( this helper, string linkText, string pageTitle ) : System.Web.Mvc.MvcHtmlString | ||
helper | this | |
linkText | string | |
pageTitle | string | |
return | System.Web.Mvc.MvcHtmlString |
public static PageLink ( this helper, string linkText, string pageTitle, object htmlAttributes, string prefix, string suffix ) : System.Web.Mvc.MvcHtmlString | ||
helper | this | |
linkText | string | |
pageTitle | string | |
htmlAttributes | object | Any additional html attributes to add to the link |
prefix | string | |
suffix | string | |
return | System.Web.Mvc.MvcHtmlString |
public static PageLink ( this helper, string linkText, string pageTitle, string prefix, string suffix ) : System.Web.Mvc.MvcHtmlString | ||
helper | this | |
linkText | string | |
pageTitle | string | |
prefix | string | |
suffix | string | |
return | System.Web.Mvc.MvcHtmlString |
public static SettingsLink ( this helper, string prefix, string suffix ) : System.Web.Mvc.MvcHtmlString | ||
helper | this | |
prefix | string | |
suffix | string | |
return | System.Web.Mvc.MvcHtmlString |