C# 클래스 WorldSurveyKit.Models.HtmlRemoval

Methods to remove HTML from strings. Prevents xss attacks
파일 보기 프로젝트 열기: ntheile/World-Survey-Kit

공개 메소드들

메소드 설명
Strip ( string source ) : string

Remove HTML from string with Regex.

메소드 상세

Strip() 공개 정적인 메소드

Remove HTML from string with Regex.
public static Strip ( string source ) : string
source string
리턴 string