HttpResponseBase.ApplyAppPathModifier(String) 메서드

정의

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

public:
 virtual System::String ^ ApplyAppPathModifier(System::String ^ virtualPath);
public virtual string ApplyAppPathModifier(string virtualPath);
abstract member ApplyAppPathModifier : string -> string
override this.ApplyAppPathModifier : string -> string
Public Overridable Function ApplyAppPathModifier (virtualPath As String) As String

매개 변수

virtualPath
String

리소스의 가상 경로입니다.

반품

세션 ID가 삽입된 가상 경로입니다.

예외

적용 대상