C# Class Ifa.Helpers.IfaHelper

Datei anzeigen Open project: kibiluzbad/Ifa

Public Methods

Method Description
GetAjaxAttributes ( System.Web.Mvc.Ajax.AjaxOptions options ) : string
IsFirstPage ( this tags ) : bool
IsLastPage ( this tags ) : bool
RemoveTagsByType ( this tags ) : IEnumerable

Method Details

GetAjaxAttributes() public static method

public static GetAjaxAttributes ( System.Web.Mvc.Ajax.AjaxOptions options ) : string
options System.Web.Mvc.Ajax.AjaxOptions
return string

IsFirstPage() public static method

public static IsFirstPage ( this tags ) : bool
tags this
return bool

IsLastPage() public static method

public static IsLastPage ( this tags ) : bool
tags this
return bool

RemoveTagsByType() public static method

public static RemoveTagsByType ( this tags ) : IEnumerable
tags this
return IEnumerable