Share via


UrlMappingsSection.UrlMappings 속성

정의

UrlMapping 개체의 컬렉션입니다.

public:
 property System::Web::Configuration::UrlMappingCollection ^ UrlMappings { System::Web::Configuration::UrlMappingCollection ^ get(); };
[System.Configuration.ConfigurationProperty("", IsDefaultCollection=true)]
public System.Web.Configuration.UrlMappingCollection UrlMappings { get; }
[<System.Configuration.ConfigurationProperty("", IsDefaultCollection=true)>]
member this.UrlMappings : System.Web.Configuration.UrlMappingCollection
Public ReadOnly Property UrlMappings As UrlMappingCollection

속성 값

UrlMappingCollection

UrlMappingCollection 개체를 포함하는 UrlMapping

특성

예제

다음 코드 예제에서는 가져오는 방법을 보여 줍니다는 urlMappings 섹션입니다.


// Get the url mapping collection.
UrlMappingCollection urlMappings =
  urlMappingSection.UrlMappings;
' Get the url mapping collection.
Dim urlMappings _
As UrlMappingCollection = _
urlMappingSection.UrlMappings

설명

UrlMapping 개체는 URL을 식별 하는 두 속성을 포함 합니다. 사용자에 게 표시 된 URL을 지정 하는 하나의 속성 다른 웹 애플리케이션에 URL을 지정합니다.

적용 대상