Table of Contents

Class OutputViewer

Namespace
Dynamicweb.CoreUI.Layout
Assembly
Dynamicweb.CoreUI.dll
public sealed class OutputViewer : UiComponentBase
Inheritance
OutputViewer
Inherited Members
Extension Methods

Properties

Actions

public IEnumerable<ActionNode> Actions { get; set; }

Property Value

IEnumerable<ActionNode>

Content

public UiComponentBase? Content { get; set; }

Property Value

UiComponentBase

Id

public string Id { get; set; }

Property Value

string

Title

public string Title { get; set; }

Property Value

string
To top