DynamicRouteExpression Constructor

Definition

Initializes a new instance of the DynamicRouteExpression class.

public:
 DynamicRouteExpression();
public DynamicRouteExpression ();
Public Sub New ()

Remarks

You typically do not call the DynamicRouteExpression constructor. Instead, you use the DynamicRouteExpression class in page markup and the class is initialized when the page is loaded.

Applies to