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>
|
||||
public string ScriptAssmebly { get; set; }
|
||||
|
||||
[XmlIgnoreAttribute]
|
||||
public Assembly PreLoadedAssembly { get; set; }
|
||||
|
||||
public static List<ScriptMapping> LoadMappings(string pathToXml)
|
||||
|
@ -184,4 +185,4 @@ namespace AsterNET.FastAGI.MappingStrategies
|
|||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue