C# Class Sage.ResourceManagement.CodeFileUnmergeResolver

Inheritance: IUrlResolver
ファイルを表示 Open project: igorfrance/sage

Public Methods

Method Description
GetEntity ( UrlResolver parent, SageContext context, string uri ) : EntityResult

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

Private Methods

Method Description
GetClientResourceReader ( SageContext context, string sourcePath ) : EntityResult

Method Details

GetEntity() public method

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.
return EntityResult