HttpResponseWrapper.ApplyAppPathModifier(String) 메서드

정의

세션이 Cookieless 세션 상태를 사용하고 있는 경우 가상 경로에 세션 ID를 추가한 다음 조합된 경로를 반환합니다.

public:
 override System::String ^ ApplyAppPathModifier(System::String ^ virtualPath);
public override string ApplyAppPathModifier (string virtualPath);
override this.ApplyAppPathModifier : string -> string
Public Overrides Function ApplyAppPathModifier (virtualPath As String) As String

매개 변수

virtualPath
String

리소스에 대한 가상 경로입니다.

반환

String

세션 ID가 삽입된 가상 경로입니다. Cookieless 세션 상태가 사용되지 않을 경우 원본 virtualpath 값을 반환합니다.

적용 대상