C# Class AccountManagement.Specs.Steps.PageInteraction.PageUrls

Show file Open project: mustafamg/AccountManager

Public Properties

Property Type Description
BaseUrl System.Uri
Pages string>.Dictionary

Public Methods

Method Description
PageUrls ( ) : System
this ( string key ) : Uri

Method Details

PageUrls() public method

public PageUrls ( ) : System
return System

this() public method

public this ( string key ) : Uri
key string
return System.Uri

Property Details

BaseUrl public property

public Uri,System BaseUrl
return System.Uri

Pages public property

public Dictionary Pages
return string>.Dictionary