HtmlHelper.Encode 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
Encode(Object) |
을 |
Encode(String) |
Encode(Object)
- Source:
- HtmlHelper.cs
- Source:
- HtmlHelper.cs
- Source:
- HtmlHelper.cs
을 value
HTML로 인코딩된 로 변환합니다 String.
public:
virtual System::String ^ Encode(System::Object ^ value);
public string Encode (object value);
abstract member Encode : obj -> string
override this.Encode : obj -> string
Public Function Encode (value As Object) As String
매개 변수
반환
HTML로 인코딩된 입니다 String.
구현
적용 대상
Encode(String)
- Source:
- HtmlHelper.cs
- Source:
- HtmlHelper.cs
- Source:
- HtmlHelper.cs
public:
virtual System::String ^ Encode(System::String ^ value);
public string Encode (string value);
abstract member Encode : string -> string
override this.Encode : string -> string
Public Function Encode (value As String) As String
매개 변수
반환
HTML로 인코딩된 입니다 String.