Method | Description | |
---|---|---|
ChevronRenderSpeedBenchmarkCase ( ) : System | ||
Dispose ( ) : void | ||
RenderDictionaryModel ( object>.IDictionary |
||
RenderDynamicModel ( dynamic model ) : string | ||
RenderTypedModel ( ViewModel model ) : string | ||
RenderUntypedModel ( object model ) : string |
public ChevronRenderSpeedBenchmarkCase ( ) : System | ||
return | System |
public RenderDictionaryModel ( object>.IDictionary |
||
model | object>.IDictionary | |
return | string |
public RenderDynamicModel ( dynamic model ) : string | ||
model | dynamic | |
return | string |
public RenderTypedModel ( ViewModel model ) : string | ||
model | ViewModel | |
return | string |
public RenderUntypedModel ( object model ) : string | ||
model | object | |
return | string |