Méthode | Description | |
---|---|---|
OnEndRequest ( object s, |
||
OnPreRequestHandlerExecute ( object sender, |
Méthode | Description | |
---|---|---|
HttpTransfer ( string url, |
||
ManageRequest ( System page, int PortalId, int TabId ) : void | ||
OnError ( object source, |
||
OnPageInit ( object sender, |
||
OnPageLoad ( object sender, |
||
getQSParams ( string newLanguage, bool isLocalized ) : string[] |
getQSParams builds up a new querystring. This is necessary in order to prep for navigateUrl. we don't ever want a tabid, a ctl and a language parameter in the qs also, the portalid param is not allowed when the tab is a supertab (because NavigateUrl adds the portalId param to the qs)
|
|
newUrl ( string newLanguage, bool &CanViewPage ) : string |
newUrl returns the new URL based on the new language. Basically it is just a call to NavigateUrl, with stripped qs parameters
|
public OnEndRequest ( object s, |
||
s | object | |
e | ||
Résultat | void |
public OnPreRequestHandlerExecute ( object sender, |
||
sender | object | |
e | ||
Résultat | void |