C# 클래스 mobSocial.Core.ServerHelper

파일 보기 프로젝트 열기: mobsoftware/mobsocial 1 사용 예제들

공개 메소드들

메소드 설명
GetCurrentTrustLevel ( ) : AspNetHostingPermissionLevel
GetLocalPathFromRelativePath ( string relativePath ) : string

Maps a relative path to local path on file system

GetRelativePathFromLocalPath ( string localPath ) : string

Maps a file system path to relative path

메소드 상세

GetCurrentTrustLevel() 공개 정적인 메소드

public static GetCurrentTrustLevel ( ) : AspNetHostingPermissionLevel
리턴 AspNetHostingPermissionLevel

GetLocalPathFromRelativePath() 공개 정적인 메소드

Maps a relative path to local path on file system
public static GetLocalPathFromRelativePath ( string relativePath ) : string
relativePath string
리턴 string

GetRelativePathFromLocalPath() 공개 정적인 메소드

Maps a file system path to relative path
public static GetRelativePathFromLocalPath ( string localPath ) : string
localPath string
리턴 string