获取一个Post值,此方法不会返回null
Namespace: Adf.WebAssembly: Adf.Web (in Adf.Web.dll) Version: 4.1.5463.29815
Syntaxpublic static string Post(
string name,
string defaultValue = ""
)
Public Shared Function Post (
name As String,
Optional defaultValue As String = ""
) As String
public:
static String^ Post(
String^ name,
String^ defaultValue = L""
)
static member Post :
name : string *
?defaultValue : string
(* Defaults:
let _defaultValue = defaultArg defaultValue ""
*)
-> string
Parameters
- name
- Type: SystemString
参数名称 - defaultValue (Optional)
- Type: SystemString
未找到时的默认值
Return Value
Type:
String[Missing <returns> documentation for "M:Adf.Web.QueryHelper.Post(System.String,System.String)"]
See Also