Omikron.FactFinder.Core.Configuration.ParametersSection.GetSection C# (CSharp) Метод

GetSection() публичный статический Метод

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
Результат ParametersSection
        public static ParametersSection GetSection()
        {
            return GetSection("parameters");
        }

Same methods

ParametersSection::GetSection ( string definedName ) : ParametersSection