Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Support.WebConfigBaseHelper.GetValue Method

(not specified)

Class: YetaWF.Core.Support.WebConfigBaseHelper
Namespace: YetaWF.Core.Support
Assembly: YetaWF.Core

Syntax

public TYPE? GetValue<TYPE>(
    string areaName,
    string key,
    TYPE? dflt = null,
    bool Package = true,
    bool Required = false );

Parameters

areaName

(not specified)

key

(not specified)

dflt

(not specified)

Package

(not specified)

Required

(not specified)

Return Value

(not specified)

Remarks

(not specified)

See Also YetaWF.Core.Support.WebConfigBaseHelper ClassYetaWF.Core Overview