Class ContentCollection
- Namespace
- Dynamicweb.Frontend
- Assembly
- Dynamicweb.dll
public sealed class ContentCollection
- Inheritance
-
ContentCollection
- Inherited Members
-
Constructors
ContentCollection(OutputResult)
public ContentCollection(OutputResult result)
Parameters
result
OutputResult
ContentCollection(IDictionary<string, string>)
public ContentCollection(IDictionary<string, string> content)
Parameters
content
IDictionary<string, string>
Properties
ContainerContent
public IDictionary<string, string> ContainerContent { get; }
Property Value
- IDictionary<string, string>
DidFullyRender
public bool DidFullyRender { get; }
Property Value
- bool
IncompleteResult
public OutputResult IncompleteResult { get; }
Property Value
- OutputResult