Table of Contents

Method GetCustomData

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

GetCustomData(string)

Retrieves the custom data associated with the specified key.

public virtual string GetCustomData(string key)

Parameters

key string

The key used to identify the custom data. Cannot be null or empty.

Returns

string

The custom data as a string if the key exists; otherwise, an empty string.