reflection - How retrieve routedata / url from a property RemoteAttribute -
breaking down classes type , retrieving attribute data. having problems retrieving routedata / url propertys [remote(..)] attribute.
seems route properties can find inaccessible.
to illustrate(attrib retrieved throguh loop, looping through each attribute of types property):
var remote = attrib remoteattribute; var routeinfo = remote.????;
Comments
Post a Comment