C# 클래스 Sdl.Web.Modules.AzureWebApp.AzureUnknownLocalizationHandler

Unknown Localization Handler used for Just-In-Time Provisioning in Azure Web App.
상속: IUnknownLocalizationHandler
파일 보기 프로젝트 열기: sdl/dxa-modules

공개 메소드들

메소드 설명
HandleUnknownLocalization ( DxaUnknownLocalizationException exception, HttpRequest request, HttpResponse response ) : Localization

Handles a Request for an Unknown Localization (i.e. the request URL doesn't map to a Publication).

비공개 메소드들

메소드 설명
SendNotFoundResponse ( string message, HttpResponse httpResponse ) : void

메소드 상세

HandleUnknownLocalization() 공개 메소드

Handles a Request for an Unknown Localization (i.e. the request URL doesn't map to a Publication).
public HandleUnknownLocalization ( DxaUnknownLocalizationException exception, HttpRequest request, HttpResponse response ) : Localization
exception Sdl.Web.Common.DxaUnknownLocalizationException The exception.
request HttpRequest The HTTP Request.
response System.Web.HttpResponse The HTTP Response. In order to return a different HTTP Response than the default, /// the response headers and body should be set and should be called to terminate the HTTP processing pipeline. ///
리턴 Localization