다음을 통해 공유


XhtmlMobileTextWriter.WriteXmlDeclaration 메서드

정의

현재 문서 인코딩 값과 함께 XML 선언을 씁니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

public:
 virtual void WriteXmlDeclaration();
public virtual void WriteXmlDeclaration ();
abstract member WriteXmlDeclaration : unit -> unit
override this.WriteXmlDeclaration : unit -> unit
Public Overridable Sub WriteXmlDeclaration ()

설명

현재 인코딩이 UTF-8인 경우 선언 출력은 다음과 같습니다.

<?xml version="1.0" encoding="UTF-8"?>

적용 대상

추가 정보