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

IsNotIndex() private method

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

Same methods

ContentIsHelperExtensions::IsNotIndex ( this content, int index, string valueIfTrue, string valueIfFalse ) : IHtmlString
ContentIsHelperExtensions::IsNotIndex ( this content, int index ) : bool