다음을 통해 공유


UrlMapping.Url 속성

정의

사용자에게 표시되는 URL을 가져옵니다.

public:
 property System::String ^ Url { System::String ^ get(); };
[System.Configuration.ConfigurationProperty("url", IsKey=true, IsRequired=true)]
public string Url { get; }
[<System.Configuration.ConfigurationProperty("url", IsKey=true, IsRequired=true)>]
member this.Url : string
Public ReadOnly Property Url As String

속성 값

String

사용자에게 표시되는 URL입니다.

특성

예제

예를 들어 참조 된 UrlMapping 클래스 개요입니다.

설명

Url 속성은 프로그래밍 방식의 Url 특성을 add 요소에는 urlMappings 구성 파일의 섹션.

적용 대상

추가 정보