다음을 통해 공유


WebScriptEndpointElement.ContentTypeMapper 속성

정의

현재 WebScriptEndpointElement에 의해 구성된 웹 문서를 생성하는 동작 및 메타데이터 그룹의 이름을 가져오거나 설정합니다.

public:
 property System::String ^ ContentTypeMapper { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("contentTypeMapper", DefaultValue="")]
[System.Configuration.StringValidator(MinLength=0)]
public string ContentTypeMapper { get; set; }
[<System.Configuration.ConfigurationProperty("contentTypeMapper", DefaultValue="")>]
[<System.Configuration.StringValidator(MinLength=0)>]
member this.ContentTypeMapper : string with get, set
Public Property ContentTypeMapper As String

속성 값

String

콘텐츠 형식의 이름입니다.

특성

적용 대상