BetterCms.Core.Services.Storage.FileSystemStorageService.GetSecuredUrl C# (CSharp) 메소드

GetSecuredUrl() 공개 메소드

public GetSecuredUrl ( Uri uri ) : string
uri System.Uri
리턴 string
        public string GetSecuredUrl(Uri uri)
        {
            throw new CmsException("File system storage doesn't support token based security.");
        }
    }