다음을 통해 공유


WmlMobileTextWriter.WriteEncodedUrl(String) 메서드

정의

지정된 URL을 인코드하고 출력 스트림에 씁니다. URL에 매개 변수가 포함될 수도 있습니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

public:
 override void WriteEncodedUrl(System::String ^ url);
public override void WriteEncodedUrl (string url);
override this.WriteEncodedUrl : string -> unit
Public Overrides Sub WriteEncodedUrl (url As String)

매개 변수

url
String

인코드하고 출력 스트림에 작성할 URL 문자열입니다.

적용 대상

추가 정보