Manos.Mvc.View.IsSectionDefined C# (CSharp) Méthode

IsSectionDefined() public méthode

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