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()
- See Also
Properties
ID
Gets or sets the identifier.
public int ID { get; set; }
Property Value
- int
- The identifier.
- See Also
Name
Gets or sets the name.
public string Name { get; set; }
Property Value
- string
- The name.
- See Also