OnenoteClient.GetPageContentAsync Method
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.
Get page content
public virtual System.Threading.Tasks.Task<string> GetPageContentAsync(string notebookKey, string notebookSection, string pageId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetPageContentAsync : string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
override this.GetPageContentAsync : string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
Public Overridable Function GetPageContentAsync (notebookKey As String, notebookSection As String, pageId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of String)
Parameters
- notebookKey
- String
Notebook Key
- notebookSection
- String
Notebook section
- pageId
- String
Page Id
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Get page content response.
Remarks
Get HTML page content.