Basic interface for Resource maps.
bool TryGetFileName(string LocalUrl, out string FileName)
Tries to get the full path of a file-based resource.
bool CheckResource(ref string ResourceName)
Checks if a resource name needs to be mapped to an alternative resource.
bool TryGetFileName(string LocalUrl, bool MustExist, out string FileName)
Tries to get the full path of a file-based resource.