Table of Contents

Class ButtonViewModel

Namespace
Dynamicweb.Frontend
Assembly
Dynamicweb.dll

The ButtonViewModel class is a specialized view model for handling CTA buttonss. It extends from the ViewModelBase class.

public sealed class ButtonViewModel : ViewModelBase
Inheritance
ButtonViewModel
Inherited Members

Properties

Label

Gets the label.

public string Label { get; set; }

Property Value

string

the label.

Gets the link.

public LinkViewModel Link { get; set; }

Property Value

LinkViewModel

See LinkViewModel

Methods

ToString()

Returns the string representation of model

public override string ToString()

Returns

string

See Also

To top