Fixing IFileSystem in Razor test
This commit is contained in:
parent
b2750752dd
commit
d77b06f742
|
|
@ -41,5 +41,10 @@ namespace Microsoft.AspNet.Mvc.Razor
|
|||
{
|
||||
return _lookup.TryGetValue(subpath, out fileInfo);
|
||||
}
|
||||
|
||||
public bool TryGetParentPath(string subpath, out string parentPath)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue