UrlMappingsSection.UrlMappings 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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 개체를 포함하는 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을 지정합니다.