RequestedContentTypes Property (WadoEventArgs)
In This Topic
The list of content types found in the accept header in the WADO request
Syntax
'Declaration
Public Property RequestedContentTypes As System.Collections.Generic.List(Of ContentType)
'Usage
Dim instance As WadoEventArgs
Dim value As System.Collections.Generic.List(Of ContentType)
instance.RequestedContentTypes = value
value = instance.RequestedContentTypes
public System.Collections.Generic.List<ContentType> RequestedContentTypes {get; set;}
public read-write property RequestedContentTypes: System.Collections.Generic.List;
public function get,set RequestedContentTypes : System.Collections.Generic.List
public: __property System.Collections.Generic.List<ContentType*>* get_RequestedContentTypes();
public: __property void set_RequestedContentTypes(
System.Collections.Generic.List<ContentType*>* value
);
public:
property System.Collections.Generic.List<ContentType^>^ RequestedContentTypes {
System.Collections.Generic.List<ContentType^>^ get();
void set ( System.Collections.Generic.List<ContentType^>^ value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also