Как убрать тег html и css в параметре c # - PullRequest
0 голосов
/ 27 февраля 2019

C # Код: -

dynamic RetArgs = new JObject();
RetArgs.abcTest= System.Text.RegularExpressions.Regex.Replace(abcTest, @"<[^>]*(>|$)|&nbsp;|&zwnj;|&raquo;|&laquo;", string.Empty).Trim();

показ значения параметра: -

<div style="box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: inherit; font-family: Arimo; vertical-align: baseline; color: rgb(0, 0, 0);">
    Take your medicines as per following directions for 1 month/ 1 महिने के लिए</div>

ожидаемый результат: -

Take your medicines as per following directions for 1 month/ 1 महिने के लिए
...