Property | Type | Description | |
---|---|---|---|
m_httpHeadersContainingUrls | string[] | ||
m_regexHtmlUrls |
Method | Description | |
---|---|---|
EarlyUrlLocalizer ( IUrlLocalizer urlLocalizer ) : System | ||
ProcessIncoming ( System context ) : void |
Implements the Early Url Localization logic.
|
|
ProcessOutgoing ( string entity, string langtag, System context ) : string |
Method | Description | |
---|---|---|
LocalizeUrl ( System context, string url, string langtag, |
Helper for localizing an individual URL string for a particular langtag value and URL of the current request.
|
|
RedirectWithLanguage ( System context, string urlNonlocalized, string langtag, IUrlLocalizer m_urlLocalizer ) : void |
public EarlyUrlLocalizer ( IUrlLocalizer urlLocalizer ) : System | ||
urlLocalizer | IUrlLocalizer | |
return | System |
protected LocalizeUrl ( System context, string url, string langtag, |
||
context | System | |
url | string | Subject URL to be localized. |
langtag | string | Language with which to localize the URL. |
requestUrl | URL of the current HTTP request being handled. | |
incomingUrl | bool | |
return | string |
public ProcessIncoming ( System context ) : void | ||
context | System | |
return | void |
public ProcessOutgoing ( string entity, string langtag, System context ) : string | ||
entity | string | |
langtag | string | |
context | System | |
return | string |
protected static RedirectWithLanguage ( System context, string urlNonlocalized, string langtag, IUrlLocalizer m_urlLocalizer ) : void | ||
context | System | |
urlNonlocalized | string | |
langtag | string | |
m_urlLocalizer | IUrlLocalizer | |
return | void |
public static string[] m_httpHeadersContainingUrls | ||
return | string[] |