Show / Hide Table of Contents

Class PagespeedapiResource

The "pagespeedapi" collection of methods.

Inheritance
object
PagespeedapiResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.PagespeedInsights.v5
Assembly: Google.Apis.PagespeedInsights.v5.dll
Syntax
public class PagespeedapiResource

Constructors

PagespeedapiResource(IClientService)

Constructs a new resource.

Declaration
public PagespeedapiResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Runpagespeed(string)

Runs PageSpeed analysis on the page at the specified URL, and returns PageSpeed scores, a list of suggestions to make that page faster, and other information.

Declaration
public virtual PagespeedapiResource.RunpagespeedRequest Runpagespeed(string url)
Parameters
Type Name Description
string url

Required. The URL to fetch and analyze

Returns
Type Description
PagespeedapiResource.RunpagespeedRequest
In this article
Back to top Generated by DocFX