Namespace Dynamicweb.CoreUI
Classes
- ComponentExtensions
Extensions for UiComponentBase.
- TranslatableString
Object to use for any string that needs to be translated. Use the same way as a string. I.e.TranslatableString Label = 'some';instead of
string Label = 'some';
- UiComponentBase
Base class for all components and ui elements.