C# Class Sdl.Web.Common.Models.WebPage

Inheritance: PageBase
ファイルを表示 Open project: sdl/dxa-web-application-dotnet Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
DeepCopy ( ) : ViewModel

Creates a deep copy of this View Model.

Protected Methods

Method Description
WebPage ( string id ) : System

Initializes a new instance of WebPage

Method Details

DeepCopy() public method

Creates a deep copy of this View Model.
public DeepCopy ( ) : ViewModel
return ViewModel

WebPage() protected method

Initializes a new instance of WebPage
protected WebPage ( string id ) : System
id string The identifier for the Page.
return System