Table of Contents

Class PageReferenceViewModel

Namespace
Dynamicweb.Frontend
Assembly
Dynamicweb.dll

PageReferenceViewModel represents the rendering context used when a page reference is rendered.

public class PageReferenceViewModel : ViewModelBase
Inheritance
PageReferenceViewModel
Inherited Members

Constructors

PageReferenceViewModel()

Initializes a new instance of the PageReferenceViewModel class.

public PageReferenceViewModel()

Properties

ID

Gets or sets the identifier.

public int ID { get; set; }

Property Value

int

The identifier.

Name

Gets or sets the name.

public string Name { get; set; }

Property Value

string

The name.

See Also

To top