Rebel.Cms.Web.ContentIsHelperExtensions.IsLast C# (CSharp) 메소드

IsLast() 개인적인 메소드

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