HtmlMobileTextWriter.WriteUrlParameter(String, String) 메서드

정의

인코딩된 URL 매개 변수를 작성합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

public:
 void WriteUrlParameter(System::String ^ name, System::String ^ value);
public void WriteUrlParameter (string name, string value);
member this.WriteUrlParameter : string * string -> unit
Public Sub WriteUrlParameter (name As String, value As String)

매개 변수

name
String

인코딩하고 작성할 매개 변수 이름입니다.

value
String

인코딩하고 작성할 매개 변수 값입니다.

설명

매개 변수는 형식 name=value으로 작성됩니다.

적용 대상

추가 정보