Basically letting your browser do the parsing of the html and you then pickup the text content from that parse.
Tuesday, May 18, 2021
Javascript - Html Striping and Encoding
Monday, May 3, 2021
EPiServer - Check app data path from Code
var appDataBasePath = EPiServer.Framework.Configuration.EPiServerFrameworkSection.Instance.AppData.BasePath; if (appDataBasePath.ToLower() == "app_data") { commentLogger.Log(Level.Error, $@"App data Path used: {AppDomain.CurrentDomain.BaseDirectory}{appDataBasePath}"); }
Subscribe to:
Posts (Atom)

