可能重複:
What do two question marks together mean in C#?什麼是?在我的財產?
任何一個可以解釋這個語法。
protected string CompanyProductSeriesId
{
get
{
return Request.QueryString["CPGId"]
?? (ViewState["CPSId"] == null
? ""
: ViewState["CPGId"].ToString());
}
}
我想站在下面?在這個語法中。