Method | Description | |
---|---|---|
Redirect ( |
Redirect the user to the current mode's URL This does not stop execution immediately (which would raise a ThreadAbortedException and be costly in terms of performance) but it does set the Request_Completed flag, which should be checked and will effectively stop any further actions. |
|
Redirect ( |
Redirect the user to the current mode's URL This does not stop execution immediately (which would raise a ThreadAbortedException and be costly in terms of performance) but it does set the Request_Completed flag, which should be checked and will effectively stop any further actions. |
|
Redirect_URL ( |
Returns the URL to redirect the user's browser, based on the current mode and specifics for this mode.
|
|
Redirect_URL ( |
Returns the URL to redirect the user's browser, based on the current mode and specifics for this mode.
|
|
Redirect_URL ( |
Returns the URL to redirect the user's browser, based on the current mode and specifics for this mode.
|
|
Redirect_URL ( |
Returns the URL to redirect the user's browser, based on the current mode and specifics for this mode.
|
|
URL_Options ( |
Returns the URL options the user has currently set
|
Method | Description | |
---|---|---|
create_basic_url ( string this_base_url, string main_codes, string Remaining_Url_Segments, string urlOptions1 ) : string |
public static Redirect ( |
||
Current_Mode | ||
return | void |
public static Redirect ( |
||
Current_Mode | Current navigation object which contains the information | |
Flush_Response | bool | Flag indicates if the response should be flushed |
return | void |
public static Redirect_URL ( |
||
Current_Mode | ||
return | string |
public static Redirect_URL ( |
||
Current_Mode | Current navigation object which contains the information | |
Include_URL_Opts | bool | Flag indicates whether to include URL opts or not |
return | string |
public static Redirect_URL ( |
||
Current_Mode | Current navigation object which contains the information | |
Item_View_Code | string | Item view code to display |
return | string |
public static Redirect_URL ( |
||
Current_Mode | Current navigation object which inludes all the navigation necessary objects | |
Item_View_Code | string | Item view code to display |
Include_URL_Opts | bool | Flag indicates whether to include URL opts or not |
return | string |
public static URL_Options ( |
||
Current_Mode | ||
return | string |