WebMessageEncodingElement.WebContentTypeMapperType Özellik
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Gelen iletinin WebContentTypeMapper içerik türünün eşlendiği biçimi belirten türün adını alır veya ayarlar.
public:
property System::String ^ WebContentTypeMapperType { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("webContentTypeMapperType", DefaultValue="")]
[System.Configuration.StringValidator(MinLength=0)]
public string WebContentTypeMapperType { get; set; }
[<System.Configuration.ConfigurationProperty("webContentTypeMapperType", DefaultValue="")>]
[<System.Configuration.StringValidator(MinLength=0)>]
member this.WebContentTypeMapperType : string with get, set
Public Property WebContentTypeMapperType As String
Özellik Değeri
türünün adı WebContentTypeMapper.
- Öznitelikler
Açıklamalar
Bu, web iletisi kodlayıcısı tarafından içerik türlerinin biçimlerle nasıl eşlendiğini geçersiz kılmak için kullanılan programlama modelinde bir genişletilebilirlik noktasıdır.