ExtensionLocationsModuleMatch - метод

Return module from path that is constructed as Location/Module/relative/path/in/module Path prefixes is expected as list of Location/ (location+trailing "/") Extension locations can contain '/' so they are matched with deeper path first

Пространство имён:  Orchard.Environment.Configuration
Сборка:  EleWise.ELMA.SDK.Web (в EleWise.ELMA.SDK.Web.dll) Версия: 1.0.0.0
Синтаксис
C#
public static string ModuleMatch(
	string virtualPath,
	IEnumerable<string> pathPrefixes
)

Параметры

virtualPath
Тип: String
pathPrefixes
Тип: IEnumerableString

Возвращаемое значение

Тип: String
the module - or null of not found
См. также