Property | Type | Description | |
---|---|---|---|
context | System.Guid | ||
flags | ProcessUrlActionFlags | ||
handled | bool | ||
hasContext | bool | ||
outflag | PUAFOUT | ||
url | string | ||
urlAction | URLACTION | ||
urlPolicy | URLPOLICY |
Method | Description | |
---|---|---|
ProcessUrlActionExEventArgs ( ) : System | ||
ResetParameters ( ) : void | ||
SetParameters ( string surl, URLACTION action, URLPOLICY policy, System.Guid gcontext, ProcessUrlActionFlags puaf, bool bhascontext ) : void |
public ProcessUrlActionExEventArgs ( ) : System | ||
return | System |
public SetParameters ( string surl, URLACTION action, URLPOLICY policy, System.Guid gcontext, ProcessUrlActionFlags puaf, bool bhascontext ) : void | ||
surl | string | |
action | URLACTION | |
policy | URLPOLICY | |
gcontext | System.Guid | |
puaf | ProcessUrlActionFlags | |
bhascontext | bool | |
return | void |