Table of Contents

Class ContentOutputResult<T>

Namespace
Dynamicweb.Frontend
Assembly
Dynamicweb.dll
public sealed class ContentOutputResult<T> : OutputResult

Type Parameters

T
Inheritance
ContentOutputResult<T>
Inherited Members

Fields

Empty

public static readonly ContentOutputResult<T> Empty

Field Value

ContentOutputResult<T>

Properties

Model

public T Model { get; set; }

Property Value

T
To top