Omikron.FactFinder.Core.Configuration.ParametersSection.GetSection C# (CSharp) Method

GetSection() public static method

Gets the configuration section using the default element name.
If an HttpContext exists, uses the WebConfigurationManager to get the configuration section from web.config.
public static GetSection ( ) : ParametersSection
return ParametersSection
        public static ParametersSection GetSection()
        {
            return GetSection("parameters");
        }

Same methods

ParametersSection::GetSection ( string definedName ) : ParametersSection