BaseRequestBuilder 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.
The base request builder class.
public class BaseRequestBuilder : Microsoft.Graph.IBaseRequestBuilder
type BaseRequestBuilder = class
interface IBaseRequestBuilder
Public Class BaseRequestBuilder
Implements IBaseRequestBuilder
- Inheritance
-
BaseRequestBuilder
- Derived
- Implements
Constructors
BaseRequestBuilder(String, IBaseClient) |
Constructs a new BaseRequestBuilder. |
Properties
Client |
Gets the IBaseClient for handling requests. |
RequestUrl |
Gets the URL for the built request, without query string. |
Methods
AppendSegmentToRequestUrl(String) |
Gets a URL that is the request builder's request URL with the segment appended. |