ModelExpression Class

Definition

Describes an Expression passed to a tag helper.

public ref class ModelExpression sealed
public sealed class ModelExpression
type ModelExpression = class
Public NotInheritable Class ModelExpression
Inheritance
ModelExpression

Constructors

ModelExpression(String, ModelExplorer)

Initializes a new instance of the ModelExpression class.

Properties

Metadata

Metadata about the Expression of interest.

Model

Gets the model object for the Expression of interest.

ModelExplorer

Gets the model explorer for the Expression of interest.

Name

String representation of the Expression of interest.

Applies to