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