Rebel.Cms.Web.ContentIsHelperExtensions.IsNotLast C# (CSharp) Method

IsNotLast() private method

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

Same methods

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