Merge pull request #1 from DaveTTS/DaveTTS-patch-1
Update of GeneralMappingStrategy.cs
This commit is contained in:
commit
79225ac04d
|
@ -47,6 +47,7 @@ namespace AsterNET.FastAGI.MappingStrategies
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string ScriptAssmebly { get; set; }
|
public string ScriptAssmebly { get; set; }
|
||||||
|
|
||||||
|
[XmlIgnoreAttribute]
|
||||||
public Assembly PreLoadedAssembly { get; set; }
|
public Assembly PreLoadedAssembly { get; set; }
|
||||||
|
|
||||||
public static List<ScriptMapping> LoadMappings(string pathToXml)
|
public static List<ScriptMapping> LoadMappings(string pathToXml)
|
||||||
|
|
Loading…
Reference in a new issue