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.
instead ofTranslatableString Label = 'some';
string Label = 'some';
- UiComponentBase
Base class for all components and ui elements.