DataServiceStreamResponse.ContentDisposition Propriedade
Definição
Obtém o campo de cabeçalho Content-Disposition para o fluxo de resposta.Gets the Content-Disposition header field for the response stream.
public:
property System::String ^ ContentDisposition { System::String ^ get(); };
public string ContentDisposition { get; }
member this.ContentDisposition : string
Public ReadOnly Property ContentDisposition As String
Valor da propriedade
O conteúdo do Content-Disposition campo de cabeçalho.The contents of the Content-Disposition header field.
Comentários
Quando o Content-Disposition cabeçalho não está presente na resposta, a ContentDisposition propriedade retorna null .When the Content-Disposition header is not present in the response, the ContentDisposition property returns null.