Method FindFileInContentRoots
FindFileInContentRoots(string)
Searches for the given relative path within the configured content root directores.
선언
protected virtual string FindFileInContentRoots(string relativePath)
파라미터
타입 | 이름 | 설명 |
---|---|---|
string | relativePath |
반환
타입 | 설명 |
---|---|
string | The full system path to the file if found, or null if file could not be found |