Table of Contents

Class ShowViewEventData

Namespace
Innova.Prism.Infrastructure.EventParameters
Assembly
Innova.Prism.Infrastructure.dll

Represents the event data for showing a view.

public class ShowViewEventData : EventData
Inheritance
ShowViewEventData
Derived

Constructors

ShowViewEventData()

Initializes a new instance of the ShowViewEventData class.

ShowViewEventData(string)

Initializes a new instance of the ShowViewEventData class with the specified view name.

Properties

FullUrl

Gets the full URL of the view, including the query string if present.

QueryString

Gets or sets the query string for the view.

ViewName

Gets the name of the view.