Changes between Version 22 and Version 23 of WikiStart

Show
Ignore:
Timestamp:
04/12/15 12:02:14 (9 years ago)
Author:
smagi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v22 v23  
    6060                      .ToUrl<SomePage>(); 
    6161}}} 
     62{{{AsParam}}} is an extension method that converts values into parameters that can be passed to an {{{IContinuation}}}. Then the actual continuation type is provided to generate the URL. If the set of parameters don't match the resource's signature, then a compile error is generated. 
     63 
    6264The {{{Param.AsParam()}}} extension methods are fully defined over all [http://msdn.microsoft.com/en-us/library/system.iconvertible.aspx IConvertible] types. Types that aren't IConvertible require that you provide an ICovertible type as a key: 
    6365{{{