WmlControlAdapter.DeterminePostBack(String) Método
Definição
Determina se o destino especificado requer um postback e retorna o argumento de postback necessário.Determines whether the given target requires a postback and returns the required postback argument. Retornará null se o destino for um link externo.Returns null if the target is an external link. Esta API está obsoleta.This API is obsolete. Para saber mais sobre como desenvolver aplicativos móveis ASP.NET, veja Mobile Apps & Sites with ASP.NET (Aplicativos móveis e sites com ASP.NET).For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.
protected:
System::String ^ DeterminePostBack(System::String ^ target);
protected string DeterminePostBack (string target);
member this.DeterminePostBack : string -> string
Protected Function DeterminePostBack (target As String) As String
Parâmetros
- target
- String
O destino.The target.
Retornos
O argumento de postback necessário para o destino especificado.The required postback argument for the specified target. Se nenhum argumento de postback for necessário, esse método retornará null.If no postback argument is required, this method returns null.