itgle.com

YouareimplementinganASP.NETMVC2Webapplicationthatallowsuserstoviewandeditdata.Youneedtoensurethatonlylogged-inuserscanaccesstheEditactionofthecontroller.WhataretwopossibleattributesthatyoucanaddtotheEditactiontoachievethisgoal?()A.[Authorize(Users="")]B.[

题目

YouareimplementinganASP.NETMVC2Webapplicationthatallowsuserstoviewandeditdata.Youneedtoensurethatonlylogged-inuserscanaccesstheEditactionofthecontroller.WhataretwopossibleattributesthatyoucanaddtotheEditactiontoachievethisgoal?()

A.[Authorize(Users="")]

B.[Authorize(Roles="")]

C.[Authorize(Users="*")]

D.[Authorize(Roles="*")]


相似考题