ChunkHelper Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains helper methods for dealing with Chunks
public ref class ChunkHelper abstract sealed
public static class ChunkHelper
type ChunkHelper = class
Public Class ChunkHelper
- Inheritance
-
ChunkHelper
Fields
TModelToken |
Token that is replaced by the model name in |
Methods
GetModelChunk(ChunkTree) |
Returns the ModelChunk used to determine the model name for the page generated
using the specified |
GetModelTypeName(ChunkTree, String) |
Returns the type name of the Model specified via a ModelChunk in the
|
ReplaceTModel(String, String) |
Returns a string with the <TModel> token replaced with the value specified in
|