Метод | Описание | |
---|---|---|
Dispose ( ) : void | ||
Init ( System application ) : void | ||
LocalizingModule ( ) : System | ||
LocalizingModule ( IRootServices rootServices ) : System |
Метод | Описание | |
---|---|---|
OnBeginRequest ( object sender, |
Handler for the BeginRequest ASP.NET request pipeline event, where we inject our Early URL Localization logic.
|
|
OnPostRequestHandlerExecute ( object sender, |
||
OnReleaseRequestState ( object sender, |
Handler for the ReleaseRequestState ASP.NET request pipeline event. This event occurs late on in the pipeline but prior to the response being filtered. We take the opportunity to inject our i8n post-processing of the response.
|
public LocalizingModule ( IRootServices rootServices ) : System | ||
rootServices | IRootServices | |
Результат | System |