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

IsLast() private method

private IsLast ( this content, string valueIfTrue ) : IHtmlString
content this
valueIfTrue string
return 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