MobilePage.UniqueFilePathSuffix 속성

정의

현재 페이지의 고유 URL을 생성하기 위해 추가할 수 있는 고유 키를 가져옵니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

public:
 property System::String ^ UniqueFilePathSuffix { System::String ^ get(); };
[System.ComponentModel.Browsable(false)]
public string UniqueFilePathSuffix { get; }
[<System.ComponentModel.Browsable(false)>]
member this.UniqueFilePathSuffix : string
Public ReadOnly Property UniqueFilePathSuffix As String

속성 값

현재 페이지의 고유 URL을 생성하기 위해 추가할 수 있는 고유 키입니다.

특성

설명

일부 모바일 브라우저는 제대로 작동하려면 고유한 URL이 필요합니다.

적용 대상