Click or drag to resize

RazorHelper Methods

The RazorHelper type exposes the following members.

Methods
 NameDescription
Public methodStatic memberCompile Compile a Razor script under the given cache key if not already cached
Public methodStatic memberCompileExecute Compile a Razor script (if not already cached) and execute it with the given model. Returns the result of the script execution.
Public methodStatic memberCompilePartial Compile a Razor script as a partial template and return its cache key (used later by @Include)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodStatic memberGetFullScript Returns the script with the default Seal using directives added (@using Seal.Model, @using Seal.Helpers)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodStatic memberLoadRazorAssemblies Force the load of the assemblies
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also