Method | Description | |
---|---|---|
FormatUrl ( string uriString, string args ) : string | ||
Initialize ( this browser, string homeUrl = null, IPropertyEditorWizard propertyEditorViewModel = null ) : void | ||
LoadSafe ( this browser, string url ) : void | ||
Shutdown ( ) : void | ||
Startup ( ) : void |
Method | Description | |
---|---|---|
FormatUrl ( string uriString, System.Guid dataListID ) : string |
public static FormatUrl ( string uriString, string args ) : string | ||
uriString | string | |
args | string | |
return | string |
public static Initialize ( this browser, string homeUrl = null, IPropertyEditorWizard propertyEditorViewModel = null ) : void | ||
browser | this | |
homeUrl | string | |
propertyEditorViewModel | IPropertyEditorWizard | |
return | void |
public static LoadSafe ( this browser, string url ) : void | ||
browser | this | |
url | string | |
return | void |