C# 클래스 System.Web.Mvc.XSSHelper

파일 보기 프로젝트 열기: dancoppock/MVC3-Starter-Site

공개 메소드들

메소드 설명
Sanitize ( this helper, string input ) : string
h ( this helper, string input ) : string
hscript ( this helper, string input ) : string

Encodes Javascript

메소드 상세

Sanitize() 공개 정적인 메소드

public static Sanitize ( this helper, string input ) : string
helper this
input string
리턴 string

h() 공개 정적인 메소드

public static h ( this helper, string input ) : string
helper this
input string
리턴 string

hscript() 공개 정적인 메소드

Encodes Javascript
public static hscript ( this helper, string input ) : string
helper this
input string
리턴 string