Changes between Version 22 and Version 23 of WikiStart
- Timestamp:
- 04/12/15 12:02:14 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v22 v23 60 60 .ToUrl<SomePage>(); 61 61 }}} 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 62 64 The {{{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: 63 65 {{{