World is now on Opti ID! Learn more
World is now on Opti ID! Learn more
Temporarily removed sorry.
Here is an extension that allows you to take a subsection of a rich text field and display it as a string. public static string GetSummary(this XhtmlString input, int? summaryLength = null) { if (input != null) { var summary = TextIndexer.StripHtm...
I will preface this by saying that this is an alternative deployment option for when Azure DevOps CI/CD isn't an option for you. That being said if that isn't an option for you I hope this helps. Kudu is the engine that the Azure App Service uses...