Table of Contents

Class LookUpInAppProperty

Namespace
ToSic.Sxc.LookUp
Assembly
ToSic.Sxc.Apps.dll

Look up things in app-settings, app-resources etc.

[InternalApi_DoNotUse_MayChangeWithoutNotice("this is just fyi")]
public class LookUpInAppProperty : LookUpBase, ILookUp
Inheritance
object
LookUpInAppProperty
Implements
Inherited Members

Constructors

LookUpInAppProperty(string, IApp)

Look up things in app-settings, app-resources etc.

public LookUpInAppProperty(string name, IApp app)

Parameters

name string
app IApp

Methods

Get(string, string)

Gets a value by Name/key and tries to format it in a special way (like for dates)

public override string Get(string key, string strFormat)

Parameters

key string

Name of the Property

strFormat string

Returns

string