C# Class Carrotware.CMS.UI.Components.CarrotCakeHtml

Afficher le fichier Open project: ninianne98/CarrotCakeCMS-MVC

Méthodes publiques

Méthode Description
BeginChangePasswordForm ( System.Web.Mvc.Ajax.AjaxOptions ajaxOptions, object formAttributes = null ) : AjaxChangePasswordForm
BeginChangeProfileForm ( System.Web.Mvc.Ajax.AjaxOptions ajaxOptions, object formAttributes = null ) : AjaxChangeProfileForm
BeginContactForm ( System.Web.Mvc.Ajax.AjaxOptions ajaxOptions, object formAttributes = null ) : AjaxContactForm
BeginForgotPasswordForm ( System.Web.Mvc.Ajax.AjaxOptions ajaxOptions, object formAttributes = null ) : AjaxForgotPasswordForm
BeginLoginForm ( System.Web.Mvc.Ajax.AjaxOptions ajaxOptions, object formAttributes = null ) : AjaxLoginForm
BeginLogoutForm ( System.Web.Mvc.Ajax.AjaxOptions ajaxOptions, object formAttributes = null ) : AjaxLogoutForm
BeginResetPasswordForm ( System.Web.Mvc.Ajax.AjaxOptions ajaxOptions, object formAttributes = null ) : AjaxResetPasswordForm
BeginSearchForm ( object formAttributes = null ) : SearchForm
GenerateUrl ( ) : string
GetBreadCrumbNavigation ( ) : BreadCrumbNavigation
GetBreadCrumbNavigation ( string selectedClass ) : BreadCrumbNavigation
GetChildNavigation ( ) : ChildNavigation
GetContentPageImageThumb ( ) : ContentPageImageThumb
GetContentPageNext ( ContentPageNext direction ) : ContentPageNext
GetContentPageNext ( ContentPageNext direction, ContentPageNext caption ) : ContentPageNext
GetSecondLevelNavigation ( ) : SecondLevelNavigation
GetSiteCanonicalURL ( ) : SiteCanonicalURL
GetSiteCanonicalURL ( bool enable301 ) : SiteCanonicalURL
IncludeFooter ( ) : System.Web.HtmlString
IncludeHead ( ) : System.Web.HtmlString
MetaTags ( ) : System.Web.HtmlString
RenderBody ( TextFieldZone zone ) : System.Web.HtmlString
RenderOpenGraph ( OpenGraph type = Components.OpenGraph.OpenGraphTypeDef.Default, bool showExpire = false ) : System.Web.HtmlString
RenderPartialFromController ( string partialViewName, string controllerClass, Object model ) : System.Web.HtmlString
RenderResultViewFromController ( string actionName, string controllerClass ) : System.Web.HtmlString
RenderWidget ( string placeHolderName ) : System.Web.HtmlString
Rss ( ) : System.Web.HtmlString
Rss ( SiteData mode ) : System.Web.HtmlString
RssLink ( SiteData mode, string imagePath = "", string imageAltText = "RSS", object imageAttributes = null, object linkAttributes = null ) : System.Web.Mvc.MvcHtmlString
RssLink ( string imagePath = "", string imageAltText = "RSS", object imageAttributes = null, object linkAttributes = null ) : System.Web.Mvc.MvcHtmlString
RssTextLink ( SiteData mode, string linkText = "RSS", object linkAttributes = null ) : System.Web.Mvc.MvcHtmlString
RssTextLink ( string linkText = "RSS", object linkAttributes = null ) : System.Web.Mvc.MvcHtmlString

Private Methods

Méthode Description
AddUpdateRouting ( System.Web.Routing.RouteData routeData, string key, string value ) : void
GetResultViewStringFromController ( string actionName, Type type, Object obj ) : string
HydrateController ( Object obj ) : Controller
RenderPartialToString ( System.Web.Mvc.ControllerBase controller, TempDataDictionary tempData, string partialViewName, Object model ) : string
RenderPartialToString ( string partialViewName ) : string
RenderPartialToString ( string partialViewName, Object model ) : string
RenderView ( ControllerContext ctrlCtx, System.Web.Mvc.PartialViewResult result ) : string

Method Details

BeginChangePasswordForm() public static méthode

public static BeginChangePasswordForm ( System.Web.Mvc.Ajax.AjaxOptions ajaxOptions, object formAttributes = null ) : AjaxChangePasswordForm
ajaxOptions System.Web.Mvc.Ajax.AjaxOptions
formAttributes object
Résultat AjaxChangePasswordForm

BeginChangeProfileForm() public static méthode

public static BeginChangeProfileForm ( System.Web.Mvc.Ajax.AjaxOptions ajaxOptions, object formAttributes = null ) : AjaxChangeProfileForm
ajaxOptions System.Web.Mvc.Ajax.AjaxOptions
formAttributes object
Résultat AjaxChangeProfileForm

BeginContactForm() public static méthode

public static BeginContactForm ( System.Web.Mvc.Ajax.AjaxOptions ajaxOptions, object formAttributes = null ) : AjaxContactForm
ajaxOptions System.Web.Mvc.Ajax.AjaxOptions
formAttributes object
Résultat AjaxContactForm

BeginForgotPasswordForm() public static méthode

public static BeginForgotPasswordForm ( System.Web.Mvc.Ajax.AjaxOptions ajaxOptions, object formAttributes = null ) : AjaxForgotPasswordForm
ajaxOptions System.Web.Mvc.Ajax.AjaxOptions
formAttributes object
Résultat AjaxForgotPasswordForm

BeginLoginForm() public static méthode

public static BeginLoginForm ( System.Web.Mvc.Ajax.AjaxOptions ajaxOptions, object formAttributes = null ) : AjaxLoginForm
ajaxOptions System.Web.Mvc.Ajax.AjaxOptions
formAttributes object
Résultat AjaxLoginForm

BeginLogoutForm() public static méthode

public static BeginLogoutForm ( System.Web.Mvc.Ajax.AjaxOptions ajaxOptions, object formAttributes = null ) : AjaxLogoutForm
ajaxOptions System.Web.Mvc.Ajax.AjaxOptions
formAttributes object
Résultat AjaxLogoutForm

BeginResetPasswordForm() public static méthode

public static BeginResetPasswordForm ( System.Web.Mvc.Ajax.AjaxOptions ajaxOptions, object formAttributes = null ) : AjaxResetPasswordForm
ajaxOptions System.Web.Mvc.Ajax.AjaxOptions
formAttributes object
Résultat AjaxResetPasswordForm

BeginSearchForm() public static méthode

public static BeginSearchForm ( object formAttributes = null ) : SearchForm
formAttributes object
Résultat SearchForm

GenerateUrl() public static méthode

public static GenerateUrl ( ) : string
Résultat string

GetBreadCrumbNavigation() public static méthode

public static GetBreadCrumbNavigation ( ) : BreadCrumbNavigation
Résultat BreadCrumbNavigation

GetBreadCrumbNavigation() public static méthode

public static GetBreadCrumbNavigation ( string selectedClass ) : BreadCrumbNavigation
selectedClass string
Résultat BreadCrumbNavigation

GetChildNavigation() public static méthode

public static GetChildNavigation ( ) : ChildNavigation
Résultat ChildNavigation

GetContentPageImageThumb() public static méthode

public static GetContentPageImageThumb ( ) : ContentPageImageThumb
Résultat ContentPageImageThumb

GetContentPageNext() public static méthode

public static GetContentPageNext ( ContentPageNext direction ) : ContentPageNext
direction ContentPageNext
Résultat ContentPageNext

GetContentPageNext() public static méthode

public static GetContentPageNext ( ContentPageNext direction, ContentPageNext caption ) : ContentPageNext
direction ContentPageNext
caption ContentPageNext
Résultat ContentPageNext

GetSecondLevelNavigation() public static méthode

public static GetSecondLevelNavigation ( ) : SecondLevelNavigation
Résultat SecondLevelNavigation

GetSiteCanonicalURL() public static méthode

public static GetSiteCanonicalURL ( ) : SiteCanonicalURL
Résultat SiteCanonicalURL

GetSiteCanonicalURL() public static méthode

public static GetSiteCanonicalURL ( bool enable301 ) : SiteCanonicalURL
enable301 bool
Résultat SiteCanonicalURL

IncludeFooter() public static méthode

public static IncludeFooter ( ) : System.Web.HtmlString
Résultat System.Web.HtmlString

IncludeHead() public static méthode

public static IncludeHead ( ) : System.Web.HtmlString
Résultat System.Web.HtmlString

MetaTags() public static méthode

public static MetaTags ( ) : System.Web.HtmlString
Résultat System.Web.HtmlString

RenderBody() public static méthode

public static RenderBody ( TextFieldZone zone ) : System.Web.HtmlString
zone TextFieldZone
Résultat System.Web.HtmlString

RenderOpenGraph() public static méthode

public static RenderOpenGraph ( OpenGraph type = Components.OpenGraph.OpenGraphTypeDef.Default, bool showExpire = false ) : System.Web.HtmlString
type OpenGraph
showExpire bool
Résultat System.Web.HtmlString

RenderPartialFromController() public static méthode

public static RenderPartialFromController ( string partialViewName, string controllerClass, Object model ) : System.Web.HtmlString
partialViewName string
controllerClass string
model Object
Résultat System.Web.HtmlString

RenderResultViewFromController() public static méthode

public static RenderResultViewFromController ( string actionName, string controllerClass ) : System.Web.HtmlString
actionName string
controllerClass string
Résultat System.Web.HtmlString

RenderWidget() public static méthode

public static RenderWidget ( string placeHolderName ) : System.Web.HtmlString
placeHolderName string
Résultat System.Web.HtmlString

Rss() public static méthode

public static Rss ( ) : System.Web.HtmlString
Résultat System.Web.HtmlString

Rss() public static méthode

public static Rss ( SiteData mode ) : System.Web.HtmlString
mode Carrotware.CMS.Core.SiteData
Résultat System.Web.HtmlString

RssLink() public static méthode

public static RssLink ( SiteData mode, string imagePath = "", string imageAltText = "RSS", object imageAttributes = null, object linkAttributes = null ) : System.Web.Mvc.MvcHtmlString
mode Carrotware.CMS.Core.SiteData
imagePath string
imageAltText string
imageAttributes object
linkAttributes object
Résultat System.Web.Mvc.MvcHtmlString

RssLink() public static méthode

public static RssLink ( string imagePath = "", string imageAltText = "RSS", object imageAttributes = null, object linkAttributes = null ) : System.Web.Mvc.MvcHtmlString
imagePath string
imageAltText string
imageAttributes object
linkAttributes object
Résultat System.Web.Mvc.MvcHtmlString

RssTextLink() public static méthode

public static RssTextLink ( SiteData mode, string linkText = "RSS", object linkAttributes = null ) : System.Web.Mvc.MvcHtmlString
mode Carrotware.CMS.Core.SiteData
linkText string
linkAttributes object
Résultat System.Web.Mvc.MvcHtmlString

RssTextLink() public static méthode

public static RssTextLink ( string linkText = "RSS", object linkAttributes = null ) : System.Web.Mvc.MvcHtmlString
linkText string
linkAttributes object
Résultat System.Web.Mvc.MvcHtmlString