C# 클래스 Sage.ResourceManagement.CodeFileUnmergeResolver

상속: IUrlResolver
파일 보기 프로젝트 열기: igorfrance/sage

공개 메소드들

메소드 설명
GetEntity ( UrlResolver parent, SageContext context, string uri ) : EntityResult

Gets an EntityResult that represents the actual resource mapped from the specified uri.

비공개 메소드들

메소드 설명
GetClientResourceReader ( SageContext context, string sourcePath ) : EntityResult

메소드 상세

GetEntity() 공개 메소드

Gets an EntityResult that represents the actual resource mapped from the specified uri.
public GetEntity ( UrlResolver parent, SageContext context, string uri ) : EntityResult
parent UrlResolver The that owns this resolved and calls this method.
context SageContext The current under which this code is executing.
uri string The uri to resolve.
리턴 EntityResult