i cant understand the following statement:
"HttpContext.Current.User.Identity.IsAuthenticated"
'httpcontest' is a class,'current' is its property,httpcontext.current means invoke httpcontext's current property,but after that,httpcontext.current.user means what?how can they use statemene like that?normally a member foolows a class,but why lots of menbers follow one class?and members follow each other,why,very confusing me.can anybody explain the whole statement one by one ?thanks
"HttpContext.Current.User.Identity.IsAuthenticated"
'httpcontest' is a class,'current' is its property,httpcontext.current means invoke httpcontext's current property,but after that,httpcontext.current.user means what?how can they use statemene like that?normally a member foolows a class,but why lots of menbers follow one class?and members follow each other,why,very confusing me.can anybody explain the whole statement one by one ?thanks