Refresh SVG preview
This commit is contained in:
@@ -77,7 +77,8 @@ namespace NKC_WF.WebUserControls
|
||||
// loggo...
|
||||
logger.lg.scriviLog($"SVG not found | filename: {filename} | baseOrig: {baseOrig} | baseCurr: {baseCurr} | used default SVG");
|
||||
// leggo SVG DI DEFAULT che indica NON PRESENTE...
|
||||
filename = Server.MapPath("~/Images/NoData.svg");
|
||||
filename = Server.MapPath("~/Images/999999999.svg");
|
||||
//filename = Server.MapPath("~/Images/NoData.svg");
|
||||
answ = File.ReadAllText(filename);
|
||||
}
|
||||
// update componente svg!
|
||||
|
||||
Reference in New Issue
Block a user