Ext.Net.ResourceHandler.SetWebResourceName C# (CSharp) Method

SetWebResourceName() private method

private SetWebResourceName ( string filePath ) : void
filePath string
return void
        private void SetWebResourceName(string filePath)
        {
            this.webResource = filePath.LeftOfRightmostOf("/ext.axd").RightOf(this.sm.ApplicationName).Insert(0, ResourceManager.ASSEMBLYSLUG).Replace('/', '.').ReplaceLastInstanceOf("-", ".");
        }