Table of Contents

Class NodeAttribute

Namespace
Dynamicweb.Core.UI
Assembly
Dynamicweb.Core.UI.dll
Exports a Node
public class NodeAttribute : ExportAttribute
Inheritance
NodeAttribute
Inherited Members

Constructors

NodeAttribute(string)

Constructs a Node with a nodetype.
public NodeAttribute(string nodeType)

Parameters

nodeType string
A type than be use to identify the node in serialization and injection senarios
To top