C# Class SimpleSocialAuth.Mvc4.HtmlExtensions

Show file Open project: rafek/SimpleSocialAuth

Public Methods

Method Description
AuthButtons ( this htmlHelper ) : System.Web.Mvc.MvcHtmlString
RenderAuthScript ( this htmlHelper ) : System.Web.Mvc.MvcHtmlString
RenderAuthStylesheet ( this htmlHelper ) : System.Web.Mvc.MvcHtmlString
RenderAuthWarnings ( this htmlHelper ) : System.Web.Mvc.MvcHtmlString

Private Methods

Method Description
WebResource ( Type type, string resourcePath ) : string

Method Details

AuthButtons() public static method

public static AuthButtons ( this htmlHelper ) : System.Web.Mvc.MvcHtmlString
htmlHelper this
return System.Web.Mvc.MvcHtmlString

RenderAuthScript() public static method

public static RenderAuthScript ( this htmlHelper ) : System.Web.Mvc.MvcHtmlString
htmlHelper this
return System.Web.Mvc.MvcHtmlString

RenderAuthStylesheet() public static method

public static RenderAuthStylesheet ( this htmlHelper ) : System.Web.Mvc.MvcHtmlString
htmlHelper this
return System.Web.Mvc.MvcHtmlString

RenderAuthWarnings() public static method

public static RenderAuthWarnings ( this htmlHelper ) : System.Web.Mvc.MvcHtmlString
htmlHelper this
return System.Web.Mvc.MvcHtmlString