다음을 통해 공유


Command.ImageUrl 속성

정의

컨트롤이 이미지 단추로 렌더링되는 경우 Command 컨트롤에 대한 이미지 소스의 URL을 설정하거나 반환합니다. 기본값은 Empty입니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

public:
 property System::String ^ ImageUrl { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(true)]
public string ImageUrl { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.ImageUrl : string with get, set
Public Property ImageUrl As String

속성 값

컨트롤이 이미지 단추로 렌더링되는 경우 Command에 대한 이미지 소스의 URL입니다.

특성

설명

이 속성이 없으면 Empty 디바이스 이미지 단추를 처리할 수 있는 Command 컨트롤은 단추 또는 링크 텍스트 대신 이미지를 사용 합니다.

적용 대상

추가 정보