Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
Load Method
Members FilterMembers Filter
Frameworks FilterFrameworks Filter
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
XslCompiledTransform..::.Load Method

Updated: November 2007

Compiles the style sheet.

  NameDescription
Load(String) Loads and compiles the style sheet located at the specified URI.
Load(XmlReader) Compiles the style sheet contained in the XmlReader.
Load(IXPathNavigable) Compiles the style sheet contained in the IXPathNavigable object.
Load(Type) Loads the compiled style sheet that was created using the XSLT Compiler (xsltc.exe).
Load(String, XsltSettings, XmlResolver) Loads and compiles the XSLT style sheet specified by the URI. The XmlResolver resolves any XSLT import or include elements and the XSLT settings determine the permissions for the style sheet.
Load(XmlReader, XsltSettings, XmlResolver) Compiles the XSLT style sheet contained in the XmlReader. The XmlResolver resolves any XSLT import or include elements and the XSLT settings determine the permissions for the style sheet.
Load(IXPathNavigable, XsltSettings, XmlResolver) Compiles the XSLT style sheet contained in the IXPathNavigable. The XmlResolver resolves any XSLT import or include elements and the XSLT settings determine the permissions for the style sheet.
Load(MethodInfo, array<Byte>[]()[], array<Type>[]()[]) Loads a method from a style sheet compiled using the XSLTC.exe utility.
Top
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2008 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker