DataServiceRequestArgs.Slug Propriedade
Definição
Obtém ou define o valor do cabeçalho Slug da mensagem de solicitação.Gets or sets the value of the Slug header of the request message.
public:
property System::String ^ Slug { System::String ^ get(); void set(System::String ^ value); };
public string Slug { get; set; }
member this.Slug : string with get, set
Public Property Slug As String
Valor da propriedade
Um valor que é o cabeçalho de campo de espaçador da solicitação.A value that is the Slug header of the request.
Comentários
Nenhuma validação é executada no valor da Slug propriedade.No validation is performed on the value of the Slug property. Portanto, certifique-se de que o valor fornecido seja um valor válido para um cabeçalho de separador HTTP.Therefore, make sure that the supplied value is a valid value for an HTTP Slug header.