콘텐츠로 이동
한국어

escapeHtml

이 콘텐츠는 아직 번역되지 않았습니다.

escapeHtml(s): string

Defined in: src/http/Html.ts:28

Escape the HTML-significant characters (& < > " ' and the backtick). Safe for HTML element content and quoted attribute values; it does NOT cover JS-string, CSS, or URL contexts, which need their own encoding.

string

string