Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Support.WebConfigHelper.SetValue Method

(not specified)

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

Syntax

public static void SetValue(
    string? totalKey,
    string? value,
    bool Package = true );
public static void SetValue<TYPE>(
    string areaName,
    string key,
    TYPE value,
    bool Package = true );

Parameters

totalKey

(not specified)

value

(not specified)

Package

(not specified)

areaName

(not specified)

key

(not specified)

Remarks

(not specified)

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