C# 클래스 ArmedCards.Library.Extensions.StringExtension

Class that contains all string extensions
파일 보기 프로젝트 열기: kwmcrell/ArmedCards

공개 메소드들

메소드 설명
HTMLDecode ( this str ) : string

Decode HTML in a string

HTMLDecodeAndRemove ( this str ) : string

Decode and Remove html

HTMLEncode ( this str ) : string

Encode HTML in a string

RemoveHtml ( this str ) : string

Remove HTML from the string

메소드 상세

HTMLDecode() 공개 정적인 메소드

Decode HTML in a string
public static HTMLDecode ( this str ) : string
str this String to decode
리턴 string

HTMLDecodeAndRemove() 공개 정적인 메소드

Decode and Remove html
public static HTMLDecodeAndRemove ( this str ) : string
str this String to decode and remove html from
리턴 string

HTMLEncode() 공개 정적인 메소드

Encode HTML in a string
public static HTMLEncode ( this str ) : string
str this String to encode
리턴 string

RemoveHtml() 공개 정적인 메소드

Remove HTML from the string
public static RemoveHtml ( this str ) : string
str this The string in which to remove the HTML
리턴 string