本章到目前為止
下面的代碼提取部分(在第
Public ReadOnly Property MemberDiscount() As Double
Get
If HttpContext
Return SubTotal * MemberDiscountPercentage
Else
Return
End If
End Get
這段代碼駐留在當用戶購買商店中的商品時使用的Shopping
IsInRole()方法采用作為角色名的字符串(作為輸入)以進行測試
If Context
SubTotalLabel
MemberDiscount
DiscountPanel
ASP
[
From:http://tw.wingwit.com/Article/program/net/201311/15791.html