Method | Description | |
---|---|---|
RenderDictionaryModel ( object>.IDictionary |
||
RenderDynamicModel ( dynamic model ) : string | ||
RenderTypedModel ( ViewModel model ) : string | ||
RenderUntypedModel ( object model ) : string | ||
VeilSuperSimpleRenderSpeedBenchmarkCase ( ) : 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 |
public VeilSuperSimpleRenderSpeedBenchmarkCase ( ) : System | ||
return | System |