Property | Type | Description | |
---|---|---|---|
BackUrlParameterName | string |
Property | Type | Description |
---|
Method | Description | |
---|---|---|
AddParameter ( string name, object value ) : void | ||
GetApplication ( ) : Application | ||
GetContent ( ) : Content | ||
GetParameteres ( ) : object>.Dictionary |
||
Initialize ( Content context, string backUri, Application application, object parameters ) : void | ||
SerializeParameters ( object>.Dictionary |
Method | Description | |
---|---|---|
GetParameteres ( object parameters ) : object>.Dictionary |
public AddParameter ( string name, object value ) : void | ||
name | string | |
value | object | |
return | void |
public GetParameteres ( ) : object>.Dictionary |
||
return | object>.Dictionary |
protected GetParameteres ( object parameters ) : object>.Dictionary |
||
parameters | object | |
return | object>.Dictionary |
public Initialize ( Content context, string backUri, Application application, object parameters ) : void | ||
context | Content | |
backUri | string | |
application | Application | |
parameters | object | |
return | void |
public SerializeParameters ( object>.Dictionary |
||
parameters | object>.Dictionary | |
return | string |