Manos.Mvc.View.IsSectionDefined C# (CSharp) Method

IsSectionDefined() public method

public IsSectionDefined ( string name ) : bool
name string
return bool
        public bool IsSectionDefined(string name)
        {
            return FindSection(InnerView, name) != null;
        }