Rebel.Cms.Web.ContentIsHelperExtensions.IsLast C# (CSharp) Méthode

IsLast() private méthode

private IsLast ( this content, string valueIfTrue ) : IHtmlString
content this
valueIfTrue string
Résultat IHtmlString
        public static IHtmlString IsLast(this Content content, string valueIfTrue)
        {
            return content.IsLast(valueIfTrue, String.Empty);
        }

Same methods

ContentIsHelperExtensions::IsLast ( this content, string valueIfTrue, string valueIfFalse ) : IHtmlString
ContentIsHelperExtensions::IsLast ( this content ) : bool